#320684

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

Shades of Persian Indigo #320684

Tints of Persian Indigo #320684

Color information

#320684 (or 0x320684) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 84. RGB value is (50,6,132). Sum of RGB (Red+Green+Blue) = 50+6+132=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #320684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320684 is #CDF97B. Grayscale: #212121. Windows color (decimal): -13498748 or 8652338. OLE color: 8652338.

HSL color Cylindrical-coordinate representation of color #320684: hue angle of 260.95º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320684 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB506132-
CMYK0.620.9500.48
HSL260.95º91.3%27.06%-
HSV(B)260.95º95.45%51.76%-
XYZ5.552.4722.02-
YUV33.52183.58139.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 132 (51.95% from 255) = 70.21%
R=26.60%
G=3.19%
B=70.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5061320.620.9500.48260.9591.327.06
Hex326843E5F0301055b1b
Octal6262047613706040513333
Binary1100101101000010011111010111110110000100000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320684; }

 p { color: rgb(50,6,132); }

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

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

 a { background-color: rgb(50,6,132); }

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

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

 span { border-color: rgb(50,6,132); }

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