Html Css Color HEX #5F0385 Indigo

📋 copy color: '#5F0385'

red 95 ◦ green 3 ◦ blue 133

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

Shades of Indigo #5F0385

Tints of Indigo #5F0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 41.13%
G = 1.3%
B = 57.58%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F0385 (or 0x5F0385) is known color: Indigo. HEX triplet: 5F, 03 and 85. RGB value is (95,3,133). Sum of RGB (Red+Green+Blue) = 95+3+133=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F0385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0385 is #A0FC7A. Grayscale: #2C2C2C. Windows color (decimal): -10550395 or 8717151. OLE color: 8717151.

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

Color convert

RGB 95 3 133 -
CMYK 0.29 0.98 0 0.48
HSL 282.46º 0.96% 0.27% -
HSV(B) 282.46º 0.98% 0.52% -
XYZ 8.99 4.19 22.53 -
YUV 45.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 95 3 133 0.29 0.98 0 0.48 282.46 0.96 0.27
Hex 5F 3 85 1D 62 0 30 11A 60 1B
Octal 137 3 205 35 142 0 60 432 140 33
Binary 1011111 11 10000101 11101 1100010 0 110000 100011010 1100000 11011

Color Harmonies of #5F0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0385

Black with #5F0385

Text Example


Text Example

White with #5F0385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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