#31007C

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

Shades of Persian Indigo #31007C

Tints of Persian Indigo #31007C

Color information

#31007C (or 0x31007C) is unknown color: approx Persian Indigo. HEX triplet: 31, 00 and 7C. RGB value is (49,0,124). Sum of RGB (Red+Green+Blue) = 49+0+124=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #31007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31007C is #CEFF83. Grayscale: #1C1C1C. Windows color (decimal): -13565828 or 8126513. OLE color: 8126513.

HSL color Cylindrical-coordinate representation of color #31007C: hue angle of 263.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31007C is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB490124-
CMYK0.60100.51
HSL263.71º100%24.31%-
HSV(B)263.71º100%48.63%-
XYZ4.92.1119.22-
YUV28.79181.73142.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=28.32%
G=0%
B=71.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4901240.60100.51263.7110024.31
Hex3107C3C640331086418
Octal6101747414406341014430
Binary1100010111110011110011001000110011100001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31007C; }

 p { color: rgb(49,0,124); }

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

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

 a { background-color: rgb(49,0,124); }

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

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

 span { border-color: rgb(49,0,124); }

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