#3F00B4

Color #3F00B4 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3F00B4

Tints of Indigo #3F00B4

Color information

#3F00B4 (or 0x3F00B4) is unknown color: approx Indigo. HEX triplet: 3F, 00 and B4. RGB value is (63,0,180). Sum of RGB (Red+Green+Blue) = 63+0+180=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F00B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F00B4 is #C0FF4B. Grayscale: #262626. Windows color (decimal): -12648268 or 11796543. OLE color: 11796543.

HSL color Cylindrical-coordinate representation of color #3F00B4: hue angle of 261º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00B4 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB630180-
CMYK0.65100.29
HSL261º100%35.29%-
HSV(B)261º100%70.59%-
XYZ10.294.3543.48-
YUV39.36207.37144.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 74.07%
R=25.93%
G=0%
B=74.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6301800.65100.2926110035.29
Hex3F0B4416401D1056423
Octal77026410114403540514443
Binary111111010110100100000111001000111011000001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F00B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F00B4; }

 p { color: rgb(63,0,180); }

 H1.HeaderClassName
 {
   color: #3F00B4;
 }
 .AnyTagClassName
 {
   color: #3F00B4;
 }
</style>
background-color css

<style>
 a { background-color: #3F00B4; }

 a { background-color: rgb(63,0,180); }

 div.DivClassName
 {
   background-color: #3F00B4;
 }
 .BgClassName
 {
   background-color: #3F00B4;
 }
</style>
border-color css

<style>
 span { border-color: #3F00B4; }

 span { border-color: rgb(63,0,180); }

 td.TdClassName
 {
   border-color: #3F00B4;
 }
 .TagClassName
 {
   border-color: #3F00B4;
 }
</style>