Html Css Color HEX #5F039C Indigo

📋 copy color: '#5F039C'

red 95 ◦ green 3 ◦ blue 156

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

Shades of Indigo #5F039C

Tints of Indigo #5F039C

RGB

 RED value IS 95 (37.5% from 255) = 37.4%

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 37.4%
G = 1.18%
B = 61.42%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F039C (or 0x5F039C) is known color: Indigo. HEX triplet: 5F, 03 and 9C. RGB value is (95,3,156). Sum of RGB (Red+Green+Blue) = 95+3+156=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F039C is #A0FC63. Grayscale: #2F2F2F. Windows color (decimal): -10550372 or 10224479. OLE color: 10224479.

HSL color Cylindrical-coordinate representation of color #5F039C: hue angle of 276.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F039C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 3 156 -
CMYK 0.39 0.98 0 0.39
HSL 276.08º 0.96% 0.31% -
HSV(B) 276.08º 0.98% 0.61% -
XYZ 10.75 4.9 31.83 -
YUV 47.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 95 3 156 0.39 0.98 0 0.39 276.08 0.96 0.31
Hex 5F 3 9C 27 62 0 27 114 60 1F
Octal 137 3 234 47 142 0 47 424 140 37
Binary 1011111 11 10011100 100111 1100010 0 100111 100010100 1100000 11111

Color Harmonies of #5F039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F039C

Black with #5F039C

Text Example


Text Example

White with #5F039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F039C; }

 p { color: rgb(95,3,156); }

 H1.HeaderClassName
 {
   color: #5F039C;
 }
 .AnyTagClassName
 {
   color: #5F039C;
 }
</style>

background-color css

<style>
 a { background-color: #5F039C; }

 a { background-color: rgb(95,3,156); }

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

border-color css

<style>
 span { border-color: #5F039C; }

 span { border-color: rgb(95,3,156); }

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