Html Css Color HEX #530562 Indigo

📋 copy color: '#530562'

red 83 ◦ green 5 ◦ blue 98

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

Shades of Indigo #530562

Tints of Indigo #530562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 44.62%
G = 2.69%
B = 52.69%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530562 (or 0x530562) is known color: Indigo. HEX triplet: 53, 05 and 62. RGB value is (83,5,98). Sum of RGB (Red+Green+Blue) = 83+5+98=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #530562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530562 is #ACFA9D. Grayscale: #262626. Windows color (decimal): -11336350 or 6423891. OLE color: 6423891.

HSL color Cylindrical-coordinate representation of color #530562: hue angle of 290.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530562 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 5 98 -
CMYK 0.15 0.95 0 0.62
HSL 290.32º 0.9% 0.2% -
HSV(B) 290.32º 0.95% 0.38% -
XYZ 5.83 2.83 11.79 -
YUV 38.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 83 5 98 0.15 0.95 0 0.62 290.32 0.9 0.2
Hex 53 5 62 F 5F 0 3E 122 5A 14
Octal 123 5 142 17 137 0 76 442 132 24
Binary 1010011 101 1100010 1111 1011111 0 111110 100100010 1011010 10100

Color Harmonies of #530562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530562

Black with #530562

Text Example


Text Example

White with #530562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530562; }

 p { color: rgb(83,5,98); }

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

background-color css

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

 a { background-color: rgb(83,5,98); }

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

border-color css

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

 span { border-color: rgb(83,5,98); }

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