Html Css Color HEX #570065 Indigo

📋 copy color: '#570065'

red 87 ◦ green 0 ◦ blue 101

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

Shades of Indigo #570065

Tints of Indigo #570065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.28%
G = 0%
B = 53.72%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#570065 (or 0x570065) is known color: Indigo. HEX triplet: 57, 00 and 65. RGB value is (87,0,101). Sum of RGB (Red+Green+Blue) = 87+0+101=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #570065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570065 is #A8FF9A. Grayscale: #252525. Windows color (decimal): -11075483 or 6619223. OLE color: 6619223.

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

Color convert

RGB 87 0 101 -
CMYK 0.14 1 0 0.60
HSL 291.68º 1% 0.2% -
HSV(B) 291.68º 1% 0.4% -
XYZ 6.28 2.97 12.55 -
YUV 37.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 87 0 101 0.14 1 0 0.60 291.68 1 0.2
Hex 57 0 65 E 64 0 3C 124 64 14
Octal 127 0 145 16 144 0 74 444 144 24
Binary 1010111 0 1100101 1110 1100100 0 111100 100100100 1100100 10100

Color Harmonies of #570065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570065

Black with #570065

Text Example


Text Example

White with #570065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570065; }

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

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

background-color css

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

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

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

border-color css

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

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

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