Html Css Color HEX #52027E Indigo

📋 copy color: '#52027E'

red 82 ◦ green 2 ◦ blue 126

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

Shades of Indigo #52027E

Tints of Indigo #52027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 126 (49.61% from 255) = 60%

R = 39.05%
G = 0.95%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52027E (or 0x52027E) is known color: Indigo. HEX triplet: 52, 02 and 7E. RGB value is (82,2,126). Sum of RGB (Red+Green+Blue) = 82+2+126=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #52027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52027E is #ADFD81. Grayscale: #272727. Windows color (decimal): -11402626 or 8258130. OLE color: 8258130.

HSL color Cylindrical-coordinate representation of color #52027E: hue angle of 278.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52027E is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 2 126 -
CMYK 0.35 0.98 0 0.51
HSL 278.71º 0.97% 0.25% -
HSV(B) 278.71º 0.98% 0.49% -
XYZ 7.27 3.34 20 -
YUV 40.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 82 2 126 0.35 0.98 0 0.51 278.71 0.97 0.25
Hex 52 2 7E 23 62 0 33 117 61 19
Octal 122 2 176 43 142 0 63 427 141 31
Binary 1010010 10 1111110 100011 1100010 0 110011 100010111 1100001 11001

Color Harmonies of #52027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52027E

Black with #52027E

Text Example


Text Example

White with #52027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52027E; }

 p { color: rgb(82,2,126); }

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

background-color css

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

 a { background-color: rgb(82,2,126); }

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

border-color css

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

 span { border-color: rgb(82,2,126); }

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