Html Css Color HEX #5F1885 Indigo

📋 copy color: '#5F1885'

red 95 ◦ green 24 ◦ blue 133

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

Shades of Indigo #5F1885

Tints of Indigo #5F1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 37.7%
G = 9.52%
B = 52.78%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F1885 (or 0x5F1885) is known color: Indigo. HEX triplet: 5F, 18 and 85. RGB value is (95,24,133). Sum of RGB (Red+Green+Blue) = 95+24+133=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1885 is #A0E77A. Grayscale: #393939. Windows color (decimal): -10545019 or 8722527. OLE color: 8722527.

HSL color Cylindrical-coordinate representation of color #5F1885: hue angle of 279.08º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1885 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 24 133 -
CMYK 0.29 0.82 0 0.48
HSL 279.08º 0.69% 0.31% -
HSV(B) 279.08º 0.82% 0.52% -
XYZ 9.28 4.78 22.62 -
YUV 57.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 95 24 133 0.29 0.82 0 0.48 279.08 0.69 0.31
Hex 5F 18 85 1D 52 0 30 117 45 1F
Octal 137 30 205 35 122 0 60 427 105 37
Binary 1011111 11000 10000101 11101 1010010 0 110000 100010111 1000101 11111

Color Harmonies of #5F1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1885

Black with #5F1885

Text Example


Text Example

White with #5F1885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,24,133); }

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

background-color css

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

 a { background-color: rgb(95,24,133); }

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

border-color css

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

 span { border-color: rgb(95,24,133); }

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