Html Css Color HEX #530362 Indigo

📋 copy color: '#530362'

red 83 ◦ green 3 ◦ blue 98

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

Shades of Indigo #530362

Tints of Indigo #530362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 45.11%
G = 1.63%
B = 53.26%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530362 (or 0x530362) is known color: Indigo. HEX triplet: 53, 03 and 62. RGB value is (83,3,98). Sum of RGB (Red+Green+Blue) = 83+3+98=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #530362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530362 is #ACFC9D. Grayscale: #252525. Windows color (decimal): -11336862 or 6423379. OLE color: 6423379.

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

Color convert

RGB 83 3 98 -
CMYK 0.15 0.97 0 0.62
HSL 290.53º 0.94% 0.2% -
HSV(B) 290.53º 0.97% 0.38% -
XYZ 5.8 2.79 11.79 -
YUV 37.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 83 3 98 0.15 0.97 0 0.62 290.53 0.94 0.2
Hex 53 3 62 F 61 0 3E 123 5E 14
Octal 123 3 142 17 141 0 76 443 136 24
Binary 1010011 11 1100010 1111 1100001 0 111110 100100011 1011110 10100

Color Harmonies of #530362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530362

Black with #530362

Text Example


Text Example

White with #530362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530362; }

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

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

background-color css

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

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

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

border-color css

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

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

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