Html Css Color HEX #59067D Indigo

📋 copy color: '#59067D'

red 89 ◦ green 6 ◦ blue 125

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

Shades of Indigo #59067D

Tints of Indigo #59067D

RGB

 RED value IS 89 (35.16% from 255) = 40.45%

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 40.45%
G = 2.73%
B = 56.82%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59067D (or 0x59067D) is known color: Indigo. HEX triplet: 59, 06 and 7D. RGB value is (89,6,125). Sum of RGB (Red+Green+Blue) = 89+6+125=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #59067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59067D is #A6F982. Grayscale: #2B2B2B. Windows color (decimal): -10942851 or 8193625. OLE color: 8193625.

HSL color Cylindrical-coordinate representation of color #59067D: hue angle of 281.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59067D is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 6 125 -
CMYK 0.29 0.95 0 0.51
HSL 281.85º 0.91% 0.26% -
HSV(B) 281.85º 0.95% 0.49% -
XYZ 7.89 3.73 19.71 -
YUV 44.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 89 6 125 0.29 0.95 0 0.51 281.85 0.91 0.26
Hex 59 6 7D 1D 5F 0 33 11A 5B 1A
Octal 131 6 175 35 137 0 63 432 133 32
Binary 1011001 110 1111101 11101 1011111 0 110011 100011010 1011011 11010

Color Harmonies of #59067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59067D

Black with #59067D

Text Example


Text Example

White with #59067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59067D; }

 p { color: rgb(89,6,125); }

 H1.HeaderClassName
 {
   color: #59067D;
 }
 .AnyTagClassName
 {
   color: #59067D;
 }
</style>

background-color css

<style>
 a { background-color: #59067D; }

 a { background-color: rgb(89,6,125); }

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

border-color css

<style>
 span { border-color: #59067D; }

 span { border-color: rgb(89,6,125); }

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