Html Css Color HEX #570365 Indigo

📋 copy color: '#570365'

red 87 ◦ green 3 ◦ blue 101

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

Shades of Indigo #570365

Tints of Indigo #570365

RGB

 RED value IS 87 (34.38% from 255) = 45.55%

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

 BLUE value IS 101 (39.84% from 255) = 52.88%

R = 45.55%
G = 1.57%
B = 52.88%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#570365 (or 0x570365) is known color: Indigo. HEX triplet: 57, 03 and 65. RGB value is (87,3,101). Sum of RGB (Red+Green+Blue) = 87+3+101=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #570365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570365 is #A8FC9A. Grayscale: #262626. Windows color (decimal): -11074715 or 6619991. OLE color: 6619991.

HSL color Cylindrical-coordinate representation of color #570365: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570365 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 3 101 -
CMYK 0.14 0.97 0 0.60
HSL 291.43º 0.94% 0.2% -
HSV(B) 291.43º 0.97% 0.4% -
XYZ 6.31 3.03 12.56 -
YUV 39.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 87 3 101 0.14 0.97 0 0.60 291.43 0.94 0.2
Hex 57 3 65 E 61 0 3C 123 5E 14
Octal 127 3 145 16 141 0 74 443 136 24
Binary 1010111 11 1100101 1110 1100001 0 111100 100100011 1011110 10100

Color Harmonies of #570365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570365

Black with #570365

Text Example


Text Example

White with #570365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570365; }

 p { color: rgb(87,3,101); }

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

background-color css

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

 a { background-color: rgb(87,3,101); }

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

border-color css

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

 span { border-color: rgb(87,3,101); }

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