#310D94

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

Shades of Persian Indigo #310D94

Tints of Persian Indigo #310D94

Color information

#310D94 (or 0x310D94) is unknown color: approx Persian Indigo. HEX triplet: 31, 0D and 94. RGB value is (49,13,148). Sum of RGB (Red+Green+Blue) = 49+13+148=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #310D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D94 is #CEF26B. Grayscale: #262626. Windows color (decimal): -13562476 or 9702705. OLE color: 9702705.

HSL color Cylindrical-coordinate representation of color #310D94: hue angle of 256º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310D94 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4913148-
CMYK0.670.9100.42
HSL256º83.85%31.57%-
HSV(B)256º91.22%58.04%-
XYZ6.763.0828.26-
YUV39.15189.43135.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 148 (58.20% from 255) = 70.48%
R=23.33%
G=6.19%
B=70.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49131480.670.9100.4225683.8531.57
Hex31D94435B02A1005420
Octal611522410313305240012440
Binary1100011101100101001000011101101101010101000000001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,148); }

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

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

 a { background-color: rgb(49,13,148); }

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

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

 span { border-color: rgb(49,13,148); }

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