Html Css Color HEX #5F059B Indigo

📋 copy color: '#5F059B'

red 95 ◦ green 5 ◦ blue 155

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

Shades of Indigo #5F059B

Tints of Indigo #5F059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 37.25%
G = 1.96%
B = 60.78%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F059B (or 0x5F059B) is known color: Indigo. HEX triplet: 5F, 05 and 9B. RGB value is (95,5,155). Sum of RGB (Red+Green+Blue) = 95+5+155=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F059B is #A0FA64. Grayscale: #303030. Windows color (decimal): -10549861 or 10159455. OLE color: 10159455.

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

Color convert

RGB 95 5 155 -
CMYK 0.39 0.97 0 0.39
HSL 276º 0.94% 0.31% -
HSV(B) 276º 0.97% 0.61% -
XYZ 10.69 4.91 31.39 -
YUV 49.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 95 5 155 0.39 0.97 0 0.39 276 0.94 0.31
Hex 5F 5 9B 27 61 0 27 114 5E 1F
Octal 137 5 233 47 141 0 47 424 136 37
Binary 1011111 101 10011011 100111 1100001 0 100111 100010100 1011110 11111

Color Harmonies of #5F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F059B

Black with #5F059B

Text Example


Text Example

White with #5F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,5,155); }

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

background-color css

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

 a { background-color: rgb(95,5,155); }

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

border-color css

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

 span { border-color: rgb(95,5,155); }

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