#310566

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

Shades of Persian Indigo #310566

Tints of Persian Indigo #310566

Color information

#310566 (or 0x310566) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 66. RGB value is (49,5,102). Sum of RGB (Red+Green+Blue) = 49+5+102=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #310566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310566 is #CEFA99. Grayscale: #1C1C1C. Windows color (decimal): -13564570 or 6686001. OLE color: 6686001.

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

Color convert

RGB495102-
CMYK0.520.9500.6
HSL267.22º90.65%20.98%-
HSV(B)267.22º95.1%40%-
XYZ3.721.7212.71-
YUV29.21169.08142.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=31.41%
G=3.21%
B=65.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4951020.520.9500.6267.2290.6520.98
Hex31566345F03C10b5b15
Octal6151466413707441313325
Binary110001101110011011010010111110111100100001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310566; }

 p { color: rgb(49,5,102); }

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

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

 a { background-color: rgb(49,5,102); }

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

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

 span { border-color: rgb(49,5,102); }

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