#530869

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

Shades of Indigo #530869

Tints of Indigo #530869

Color information

#530869 (or 0x530869) is unknown color: approx Indigo. HEX triplet: 53, 08 and 69. RGB value is (83,8,105). Sum of RGB (Red+Green+Blue) = 83+8+105=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #530869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530869 is #ACF796. Grayscale: #292929. Windows color (decimal): -11335575 or 6883411. OLE color: 6883411.

HSL color Cylindrical-coordinate representation of color #530869: hue angle of 286.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530869 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB838105-
CMYK0.210.9200.59
HSL286.39º85.84%22.16%-
HSV(B)286.39º92.38%41.18%-
XYZ6.23.0313.62-
YUV41.48163.85157.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=42.35%
G=4.08%
B=53.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8381050.210.9200.59286.3985.8422.16
Hex53869155C03B11e5616
Octal123101512513407343612626
Binary1010011100011010011010110111000111011100011110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530869; }

 p { color: rgb(83,8,105); }

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

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

 a { background-color: rgb(83,8,105); }

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

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

 span { border-color: rgb(83,8,105); }

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