#530095

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

Shades of Indigo #530095

Tints of Indigo #530095

Color information

#530095 (or 0x530095) is unknown color: approx Indigo. HEX triplet: 53, 00 and 95. RGB value is (83,0,149). Sum of RGB (Red+Green+Blue) = 83+0+149=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #530095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530095 is #ACFF6A. Grayscale: #292929. Windows color (decimal): -11337579 or 9764947. OLE color: 9764947.

HSL color Cylindrical-coordinate representation of color #530095: hue angle of 273.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530095 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB830149-
CMYK0.44100.42
HSL273.42º100%29.22%-
HSV(B)273.42º100%58.43%-
XYZ8.994.0128.73-
YUV41.8188.5157.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=35.78%
G=0%
B=64.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8301490.44100.42273.4210029.22
Hex530952C6402A111641d
Octal12302255414405242114435
Binary101001101001010110110011001000101010100010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530095; }

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

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

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

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

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

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

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

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