#530462

Color #530462 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #530462

Tints of Indigo #530462

Color information

#530462 (or 0x530462) is unknown color: approx Indigo. HEX triplet: 53, 04 and 62. RGB value is (83,4,98). Sum of RGB (Red+Green+Blue) = 83+4+98=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #530462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530462 is #ACFB9D. Grayscale: #262626. Windows color (decimal): -11336606 or 6423635. OLE color: 6423635.

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

Color convert

RGB83498-
CMYK0.150.9600.62
HSL290.43º92.16%20%-
HSV(B)290.43º95.92%38.43%-
XYZ5.822.8111.79-
YUV38.34161.67159.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=44.86%
G=2.16%
B=52.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal834980.150.9600.62290.4392.1620
Hex53462F6003E1225c14
Octal12341421714007644213424
Binary10100111001100010111111000000111110100100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530462; }

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

 H1.HeaderClassName
 {
   color: #530462;
 }
 .AnyTagClassName
 {
   color: #530462;
 }
</style>
background-color css

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

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

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

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

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

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