Html Css Color HEX #520267 Indigo

📋 copy color: '#520267'

red 82 ◦ green 2 ◦ blue 103

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

Shades of Indigo #520267

Tints of Indigo #520267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.08%

R = 43.85%
G = 1.07%
B = 55.08%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#520267 (or 0x520267) is known color: Indigo. HEX triplet: 52, 02 and 67. RGB value is (82,2,103). Sum of RGB (Red+Green+Blue) = 82+2+103=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #520267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520267 is #ADFD98. Grayscale: #252525. Windows color (decimal): -11402649 or 6750802. OLE color: 6750802.

HSL color Cylindrical-coordinate representation of color #520267: hue angle of 287.52º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520267 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 2 103 -
CMYK 0.20 0.98 0 0.60
HSL 287.52º 0.96% 0.21% -
HSV(B) 287.52º 0.98% 0.4% -
XYZ 5.95 2.82 13.06 -
YUV 37.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 82 2 103 0.20 0.98 0 0.60 287.52 0.96 0.21
Hex 52 2 67 14 62 0 3C 120 60 15
Octal 122 2 147 24 142 0 74 440 140 25
Binary 1010010 10 1100111 10100 1100010 0 111100 100100000 1100000 10101

Color Harmonies of #520267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520267

Black with #520267

Text Example


Text Example

White with #520267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520267; }

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

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

background-color css

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

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

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

border-color css

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

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

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