Html Css Color HEX #57007B Indigo

📋 copy color: '#57007B'

red 87 ◦ green 0 ◦ blue 123

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

Shades of Indigo #57007B

Tints of Indigo #57007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 41.43%
G = 0%
B = 58.57%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57007B (or 0x57007B) is known color: Indigo. HEX triplet: 57, 00 and 7B. RGB value is (87,0,123). Sum of RGB (Red+Green+Blue) = 87+0+123=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #57007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57007B is #A8FF84. Grayscale: #272727. Windows color (decimal): -11075461 or 8061015. OLE color: 8061015.

HSL color Cylindrical-coordinate representation of color #57007B: hue angle of 282.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57007B is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 0 123 -
CMYK 0.29 1 0 0.52
HSL 282.44º 1% 0.24% -
HSV(B) 282.44º 1% 0.48% -
XYZ 7.51 3.46 19.01 -
YUV 40.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 87 0 123 0.29 1 0 0.52 282.44 1 0.24
Hex 57 0 7B 1D 64 0 34 11A 64 18
Octal 127 0 173 35 144 0 64 432 144 30
Binary 1010111 0 1111011 11101 1100100 0 110100 100011010 1100100 11000

Color Harmonies of #57007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57007B

Black with #57007B

Text Example


Text Example

White with #57007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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