#310266

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

Shades of Persian Indigo #310266

Tints of Persian Indigo #310266

Color information

#310266 (or 0x310266) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 66. RGB value is (49,2,102). Sum of RGB (Red+Green+Blue) = 49+2+102=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #310266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310266 is #CEFD99. Grayscale: #1B1B1B. Windows color (decimal): -13565338 or 6685233. OLE color: 6685233.

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

Color convert

RGB492102-
CMYK0.520.9800.6
HSL268.2º96.15%20.39%-
HSV(B)268.2º98.04%40%-
XYZ3.691.6612.7-
YUV27.45170.07143.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 102 (40.23% from 255) = 66.67%
R=32.03%
G=1.31%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4921020.520.9800.6268.296.1520.39
Hex31266346203C10c6014
Octal6121466414207441414024
Binary11000110110011011010011000100111100100001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310266; }

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

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

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

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

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

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

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

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