#310275

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

Shades of Persian Indigo #310275

Tints of Persian Indigo #310275

Color information

#310275 (or 0x310275) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 75. RGB value is (49,2,117). Sum of RGB (Red+Green+Blue) = 49+2+117=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #310275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310275 is #CEFD8A. Grayscale: #1C1C1C. Windows color (decimal): -13565323 or 7668273. OLE color: 7668273.

HSL color Cylindrical-coordinate representation of color #310275: hue angle of 264.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310275 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB492117-
CMYK0.580.9800.54
HSL264.52º96.64%23.33%-
HSV(B)264.52º98.29%45.88%-
XYZ4.51.9816.97-
YUV29.16177.57142.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=29.17%
G=1.19%
B=69.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4921170.580.9800.54264.5296.6423.33
Hex312753A620361096117
Octal6121657214206641114127
Binary11000110111010111101011000100110110100001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310275; }

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

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

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

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

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

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

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

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