Html Css Color HEX #570069 Indigo

📋 copy color: '#570069'

red 87 ◦ green 0 ◦ blue 105

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

Shades of Indigo #570069

Tints of Indigo #570069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 45.31%
G = 0%
B = 54.69%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#570069 (or 0x570069) is known color: Indigo. HEX triplet: 57, 00 and 69. RGB value is (87,0,105). Sum of RGB (Red+Green+Blue) = 87+0+105=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #570069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570069 is #A8FF96. Grayscale: #252525. Windows color (decimal): -11075479 or 6881367. OLE color: 6881367.

HSL color Cylindrical-coordinate representation of color #570069: hue angle of 289.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570069 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 0 105 -
CMYK 0.17 1 0 0.59
HSL 289.71º 1% 0.21% -
HSV(B) 289.71º 1% 0.41% -
XYZ 6.48 3.05 13.61 -
YUV 37.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 87 0 105 0.17 1 0 0.59 289.71 1 0.21
Hex 57 0 69 11 64 0 3B 122 64 15
Octal 127 0 151 21 144 0 73 442 144 25
Binary 1010111 0 1101001 10001 1100100 0 111011 100100010 1100100 10101

Color Harmonies of #570069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570069

Black with #570069

Text Example


Text Example

White with #570069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570069; }

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

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

background-color css

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

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

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

border-color css

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

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

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