#310270

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

Shades of Persian Indigo #310270

Tints of Persian Indigo #310270

Color information

#310270 (or 0x310270) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 70. RGB value is (49,2,112). Sum of RGB (Red+Green+Blue) = 49+2+112=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #310270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310270 is #CEFD8F. Grayscale: #1C1C1C. Windows color (decimal): -13565328 or 7340593. OLE color: 7340593.

HSL color Cylindrical-coordinate representation of color #310270: hue angle of 265.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310270 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB492112-
CMYK0.560.9800.56
HSL265.64º96.49%22.35%-
HSV(B)265.64º98.21%43.92%-
XYZ4.211.8715.47-
YUV28.59175.07142.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=30.06%
G=1.23%
B=68.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4921120.560.9800.56265.6496.4922.35
Hex31270386203810a6016
Octal6121607014207041214026
Binary11000110111000011100011000100111000100001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310270; }

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

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

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

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

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

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

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

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