Html Css Color HEX #5F007B Indigo

📋 copy color: '#5F007B'

red 95 ◦ green 0 ◦ blue 123

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

Shades of Indigo #5F007B

Tints of Indigo #5F007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 43.58%
G = 0%
B = 56.42%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F007B (or 0x5F007B) is known color: Indigo. HEX triplet: 5F, 00 and 7B. RGB value is (95,0,123). Sum of RGB (Red+Green+Blue) = 95+0+123=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F007B is #A0FF84. Grayscale: #2A2A2A. Windows color (decimal): -10551173 or 8061023. OLE color: 8061023.

HSL color Cylindrical-coordinate representation of color #5F007B: hue angle of 286.34º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F007B is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 0 123 -
CMYK 0.23 1 0 0.52
HSL 286.34º 1% 0.24% -
HSV(B) 286.34º 1% 0.48% -
XYZ 8.29 3.86 19.05 -
YUV 42.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 95 0 123 0.23 1 0 0.52 286.34 1 0.24
Hex 5F 0 7B 17 64 0 34 11E 64 18
Octal 137 0 173 27 144 0 64 436 144 30
Binary 1011111 0 1111011 10111 1100100 0 110100 100011110 1100100 11000

Color Harmonies of #5F007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F007B

Black with #5F007B

Text Example


Text Example

White with #5F007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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