Html Css Color HEX #5F036D Indigo

📋 copy color: '#5F036D'

red 95 ◦ green 3 ◦ blue 109

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

Shades of Indigo #5F036D

Tints of Indigo #5F036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 45.89%
G = 1.45%
B = 52.66%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F036D (or 0x5F036D) is known color: Indigo. HEX triplet: 5F, 03 and 6D. RGB value is (95,3,109). Sum of RGB (Red+Green+Blue) = 95+3+109=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F036D is #A0FC92. Grayscale: #2A2A2A. Windows color (decimal): -10550419 or 7144287. OLE color: 7144287.

HSL color Cylindrical-coordinate representation of color #5F036D: hue angle of 292.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F036D is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 3 109 -
CMYK 0.13 0.97 0 0.57
HSL 292.08º 0.95% 0.22% -
HSV(B) 292.08º 0.97% 0.43% -
XYZ 7.51 3.6 14.77 -
YUV 42.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 95 3 109 0.13 0.97 0 0.57 292.08 0.95 0.22
Hex 5F 3 6D D 61 0 39 124 5F 16
Octal 137 3 155 15 141 0 71 444 137 26
Binary 1011111 11 1101101 1101 1100001 0 111001 100100100 1011111 10110

Color Harmonies of #5F036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F036D

Black with #5F036D

Text Example


Text Example

White with #5F036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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