Html Css Color HEX #530166 Indigo

📋 copy color: '#530166'

red 83 ◦ green 1 ◦ blue 102

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

Shades of Indigo #530166

Tints of Indigo #530166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 44.62%
G = 0.54%
B = 54.84%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#530166 (or 0x530166) is known color: Indigo. HEX triplet: 53, 01 and 66. RGB value is (83,1,102). Sum of RGB (Red+Green+Blue) = 83+1+102=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #530166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530166 is #ACFE99. Grayscale: #242424. Windows color (decimal): -11337370 or 6685011. OLE color: 6685011.

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

Color convert

RGB 83 1 102 -
CMYK 0.19 0.99 0 0.6
HSL 288.71º 0.98% 0.2% -
HSV(B) 288.71º 0.99% 0.4% -
XYZ 5.98 2.82 12.8 -
YUV 37.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 83 1 102 0.19 0.99 0 0.6 288.71 0.98 0.2
Hex 53 1 66 13 63 0 3C 121 62 14
Octal 123 1 146 23 143 0 74 441 142 24
Binary 1010011 1 1100110 10011 1100011 0 111100 100100001 1100010 10100

Color Harmonies of #530166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530166

Black with #530166

Text Example


Text Example

White with #530166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530166; }

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

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

background-color css

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

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

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

border-color css

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

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

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