Html Css Color HEX #5F009D Indigo

📋 copy color: '#5F009D'

red 95 ◦ green 0 ◦ blue 157

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

Shades of Indigo #5F009D

Tints of Indigo #5F009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 37.7%
G = 0%
B = 62.3%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F009D (or 0x5F009D) is known color: Indigo. HEX triplet: 5F, 00 and 9D. RGB value is (95,0,157). Sum of RGB (Red+Green+Blue) = 95+0+157=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F009D is #A0FF62. Grayscale: #2D2D2D. Windows color (decimal): -10551139 or 10289247. OLE color: 10289247.

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

Color convert

RGB 95 0 157 -
CMYK 0.39 1 0 0.38
HSL 276.31º 1% 0.31% -
HSV(B) 276.31º 1% 0.62% -
XYZ 10.81 4.87 32.27 -
YUV 46.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 95 0 157 0.39 1 0 0.38 276.31 1 0.31
Hex 5F 0 9D 27 64 0 26 114 64 1F
Octal 137 0 235 47 144 0 46 424 144 37
Binary 1011111 0 10011101 100111 1100100 0 100110 100010100 1100100 11111

Color Harmonies of #5F009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F009D

Black with #5F009D

Text Example


Text Example

White with #5F009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,157); }

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

background-color css

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

 a { background-color: rgb(95,0,157); }

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

border-color css

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

 span { border-color: rgb(95,0,157); }

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