Html Css Color HEX #3F0276 Indigo

📋 copy color: '#3F0276'

red 63 ◦ green 2 ◦ blue 118

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

Shades of Indigo #3F0276

Tints of Indigo #3F0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 34.43%
G = 1.09%
B = 64.48%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F0276 (or 0x3F0276) is known color: Indigo. HEX triplet: 3F, 02 and 76. RGB value is (63,2,118). Sum of RGB (Red+Green+Blue) = 63+2+118=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F0276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0276 is #C0FD89. Grayscale: #212121. Windows color (decimal): -12647818 or 7733823. OLE color: 7733823.

HSL color Cylindrical-coordinate representation of color #3F0276: hue angle of 271.55º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0276 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 2 118 -
CMYK 0.47 0.98 0 0.54
HSL 271.55º 0.97% 0.24% -
HSV(B) 271.55º 0.98% 0.46% -
XYZ 5.34 2.41 17.32 -
YUV 33.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 63 2 118 0.47 0.98 0 0.54 271.55 0.97 0.24
Hex 3F 2 76 2F 62 0 36 110 61 18
Octal 77 2 166 57 142 0 66 420 141 30
Binary 111111 10 1110110 101111 1100010 0 110110 100010000 1100001 11000

Color Harmonies of #3F0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0276

Black with #3F0276

Text Example


Text Example

White with #3F0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,118); }

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

background-color css

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

 a { background-color: rgb(63,2,118); }

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

border-color css

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

 span { border-color: rgb(63,2,118); }

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