Html Css Color HEX #52087B Indigo

📋 copy color: '#52087B'

red 82 ◦ green 8 ◦ blue 123

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

Shades of Indigo #52087B

Tints of Indigo #52087B

RGB

 RED value IS 82 (32.42% from 255) = 38.5%

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 38.5%
G = 3.76%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52087B (or 0x52087B) is known color: Indigo. HEX triplet: 52, 08 and 7B. RGB value is (82,8,123). Sum of RGB (Red+Green+Blue) = 82+8+123=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #52087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52087B is #ADF784. Grayscale: #2A2A2A. Windows color (decimal): -11401093 or 8063058. OLE color: 8063058.

HSL color Cylindrical-coordinate representation of color #52087B: hue angle of 278.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52087B is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 8 123 -
CMYK 0.33 0.93 0 0.52
HSL 278.61º 0.88% 0.26% -
HSV(B) 278.61º 0.93% 0.48% -
XYZ 7.14 3.4 19.02 -
YUV 43.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 82 8 123 0.33 0.93 0 0.52 278.61 0.88 0.26
Hex 52 8 7B 21 5D 0 34 117 58 1A
Octal 122 10 173 41 135 0 64 427 130 32
Binary 1010010 1000 1111011 100001 1011101 0 110100 100010111 1011000 11010

Color Harmonies of #52087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52087B

Black with #52087B

Text Example


Text Example

White with #52087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,8,123); }

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

background-color css

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

 a { background-color: rgb(82,8,123); }

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

border-color css

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

 span { border-color: rgb(82,8,123); }

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