Html Css Color HEX #3F0874 Indigo

📋 copy color: '#3F0874'

red 63 ◦ green 8 ◦ blue 116

#3F0874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3F0874

Tints of Indigo #3F0874

RGB

 RED value IS 63 (25% from 255) = 33.69%

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 33.69%
G = 4.28%
B = 62.03%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F0874 (or 0x3F0874) is known color: Indigo. HEX triplet: 3F, 08 and 74. RGB value is (63,8,116). Sum of RGB (Red+Green+Blue) = 63+8+116=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F0874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0874 is #C0F78B. Grayscale: #242424. Windows color (decimal): -12646284 or 7604287. OLE color: 7604287.

HSL color Cylindrical-coordinate representation of color #3F0874: hue angle of 270.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0874 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 8 116 -
CMYK 0.46 0.93 0 0.55
HSL 270.56º 0.87% 0.24% -
HSV(B) 270.56º 0.93% 0.45% -
XYZ 5.29 2.49 16.73 -
YUV 36.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 63 8 116 0.46 0.93 0 0.55 270.56 0.87 0.24
Hex 3F 8 74 2E 5D 0 37 10F 57 18
Octal 77 10 164 56 135 0 67 417 127 30
Binary 111111 1000 1110100 101110 1011101 0 110111 100001111 1010111 11000

Color Harmonies of #3F0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0874

Black with #3F0874

Text Example


Text Example

White with #3F0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,8,116); }

 H1.HeaderClassName
 {
   color: #3F0874;
 }
 .AnyTagClassName
 {
   color: #3F0874;
 }
</style>

background-color css

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

 a { background-color: rgb(63,8,116); }

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

border-color css

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

 span { border-color: rgb(63,8,116); }

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