Html Css Color HEX #530266 Indigo

📋 copy color: '#530266'

red 83 ◦ green 2 ◦ blue 102

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

Shades of Indigo #530266

Tints of Indigo #530266

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

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

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 44.39%
G = 1.07%
B = 54.55%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#530266 (or 0x530266) is known color: Indigo. HEX triplet: 53, 02 and 66. RGB value is (83,2,102). Sum of RGB (Red+Green+Blue) = 83+2+102=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #530266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530266 is #ACFD99. Grayscale: #252525. Windows color (decimal): -11337114 or 6685267. OLE color: 6685267.

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

Color convert

RGB 83 2 102 -
CMYK 0.19 0.98 0 0.6
HSL 288.6º 0.96% 0.2% -
HSV(B) 288.6º 0.98% 0.4% -
XYZ 5.99 2.84 12.8 -
YUV 37.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 83 2 102 0.19 0.98 0 0.6 288.6 0.96 0.2
Hex 53 2 66 13 62 0 3C 121 60 14
Octal 123 2 146 23 142 0 74 441 140 24
Binary 1010011 10 1100110 10011 1100010 0 111100 100100001 1100000 10100

Color Harmonies of #530266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530266

Black with #530266

Text Example


Text Example

White with #530266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530266; }

 p { color: rgb(83,2,102); }

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

background-color css

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

 a { background-color: rgb(83,2,102); }

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

border-color css

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

 span { border-color: rgb(83,2,102); }

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