Html Css Color HEX #530062 Indigo

📋 copy color: '#530062'

red 83 ◦ green 0 ◦ blue 98

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

Shades of Indigo #530062

Tints of Indigo #530062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.86%
G = 0%
B = 54.14%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530062 (or 0x530062) is known color: Indigo. HEX triplet: 53, 00 and 62. RGB value is (83,0,98). Sum of RGB (Red+Green+Blue) = 83+0+98=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #530062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530062 is #ACFF9D. Grayscale: #232323. Windows color (decimal): -11337630 or 6422611. OLE color: 6422611.

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

Color convert

RGB 83 0 98 -
CMYK 0.15 1 0 0.62
HSL 290.82º 1% 0.19% -
HSV(B) 290.82º 1% 0.38% -
XYZ 5.77 2.72 11.78 -
YUV 35.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 83 0 98 0.15 1 0 0.62 290.82 1 0.19
Hex 53 0 62 F 64 0 3E 123 64 13
Octal 123 0 142 17 144 0 76 443 144 23
Binary 1010011 0 1100010 1111 1100100 0 111110 100100011 1100100 10011

Color Harmonies of #530062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530062

Black with #530062

Text Example


Text Example

White with #530062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530062; }

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

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

background-color css

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

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

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

border-color css

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

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

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