#310C9A

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

Shades of Persian Indigo #310C9A

Tints of Persian Indigo #310C9A

Color information

#310C9A (or 0x310C9A) is unknown color: approx Persian Indigo. HEX triplet: 31, 0C and 9A. RGB value is (49,12,154). Sum of RGB (Red+Green+Blue) = 49+12+154=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #310C9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C9A is #CEF365. Grayscale: #262626. Windows color (decimal): -13562726 or 10095665. OLE color: 10095665.

HSL color Cylindrical-coordinate representation of color #310C9A: hue angle of 255.63º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310C9A is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4912154-
CMYK0.680.9200.40
HSL255.63º85.54%32.55%-
HSV(B)255.63º92.21%60.39%-
XYZ7.233.2530.82-
YUV39.25192.76134.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=22.79%
G=5.58%
B=71.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49121540.680.9200.40255.6385.5432.55
Hex31C9A445C0281005621
Octal611423210413405040012641
Binary1100011100100110101000100101110001010001000000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C9A; }

 p { color: rgb(49,12,154); }

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

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

 a { background-color: rgb(49,12,154); }

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

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

 span { border-color: rgb(49,12,154); }

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