Html Css Color HEX #5F1785 Indigo

📋 copy color: '#5F1785'

red 95 ◦ green 23 ◦ blue 133

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

Shades of Indigo #5F1785

Tints of Indigo #5F1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 37.85%
G = 9.16%
B = 52.99%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F1785 (or 0x5F1785) is known color: Indigo. HEX triplet: 5F, 17 and 85. RGB value is (95,23,133). Sum of RGB (Red+Green+Blue) = 95+23+133=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F1785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1785 is #A0E87A. Grayscale: #383838. Windows color (decimal): -10545275 or 8722271. OLE color: 8722271.

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

Color convert

RGB 95 23 133 -
CMYK 0.29 0.83 0 0.48
HSL 279.27º 0.71% 0.31% -
HSV(B) 279.27º 0.83% 0.52% -
XYZ 9.26 4.74 22.62 -
YUV 57.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 95 23 133 0.29 0.83 0 0.48 279.27 0.71 0.31
Hex 5F 17 85 1D 53 0 30 117 47 1F
Octal 137 27 205 35 123 0 60 427 107 37
Binary 1011111 10111 10000101 11101 1010011 0 110000 100010111 1000111 11111

Color Harmonies of #5F1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1785

Black with #5F1785

Text Example


Text Example

White with #5F1785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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