Html Css Color HEX #3F029C Indigo

📋 copy color: '#3F029C'

red 63 ◦ green 2 ◦ blue 156

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

Shades of Indigo #3F029C

Tints of Indigo #3F029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.59%

R = 28.51%
G = 0.9%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F029C (or 0x3F029C) is known color: Indigo. HEX triplet: 3F, 02 and 9C. RGB value is (63,2,156). Sum of RGB (Red+Green+Blue) = 63+2+156=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F029C is #C0FD63. Grayscale: #252525. Windows color (decimal): -12647780 or 10224191. OLE color: 10224191.

HSL color Cylindrical-coordinate representation of color #3F029C: hue angle of 263.77º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F029C is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 2 156 -
CMYK 0.60 0.99 0 0.39
HSL 263.77º 0.97% 0.31% -
HSV(B) 263.77º 0.99% 0.61% -
XYZ 8.07 3.5 31.7 -
YUV 37.8 194.71 145.98 -
System Red Green Blue C M Y K H S L
Decimal 63 2 156 0.60 0.99 0 0.39 263.77 0.97 0.31
Hex 3F 2 9C 3C 63 0 27 108 61 1F
Octal 77 2 234 74 143 0 47 410 141 37
Binary 111111 10 10011100 111100 1100011 0 100111 100001000 1100001 11111

Color Harmonies of #3F029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F029C

Black with #3F029C

Text Example


Text Example

White with #3F029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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