#310269

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

Shades of Persian Indigo #310269

Tints of Persian Indigo #310269

Color information

#310269 (or 0x310269) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 69. RGB value is (49,2,105). Sum of RGB (Red+Green+Blue) = 49+2+105=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #310269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310269 is #CEFD96. Grayscale: #1B1B1B. Windows color (decimal): -13565335 or 6881841. OLE color: 6881841.

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

Color convert

RGB492105-
CMYK0.530.9800.59
HSL267.38º96.26%20.98%-
HSV(B)267.38º98.1%41.18%-
XYZ3.841.7213.49-
YUV27.8171.57143.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 105 (41.41% from 255) = 67.31%
R=31.41%
G=1.28%
B=67.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4921050.530.9800.59267.3896.2620.98
Hex31269356203B10b6015
Octal6121516514207341314025
Binary11000110110100111010111000100111011100001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310269; }

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

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

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

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

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

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

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

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