Html Css Color HEX #5F1685 Indigo

📋 copy color: '#5F1685'

red 95 ◦ green 22 ◦ blue 133

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

Shades of Indigo #5F1685

Tints of Indigo #5F1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 38%
G = 8.8%
B = 53.2%

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

#5F1685 (or 0x5F1685) is known color: Indigo. HEX triplet: 5F, 16 and 85. RGB value is (95,22,133). Sum of RGB (Red+Green+Blue) = 95+22+133=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1685 is #A0E97A. Grayscale: #383838. Windows color (decimal): -10545531 or 8722015. OLE color: 8722015.

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

Color convert

RGB 95 22 133 -
CMYK 0.29 0.83 0 0.48
HSL 279.46º 0.72% 0.3% -
HSV(B) 279.46º 0.83% 0.52% -
XYZ 9.24 4.7 22.61 -
YUV 56.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 95 22 133 0.29 0.83 0 0.48 279.46 0.72 0.3
Hex 5F 16 85 1D 53 0 30 117 48 1E
Octal 137 26 205 35 123 0 60 427 110 36
Binary 1011111 10110 10000101 11101 1010011 0 110000 100010111 1001000 11110

Color Harmonies of #5F1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1685

Black with #5F1685

Text Example


Text Example

White with #5F1685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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