#31078F

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

Shades of Persian Indigo #31078F

Tints of Persian Indigo #31078F

Color information

#31078F (or 0x31078F) is unknown color: approx Persian Indigo. HEX triplet: 31, 07 and 8F. RGB value is (49,7,143). Sum of RGB (Red+Green+Blue) = 49+7+143=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #31078F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31078F is #CEF870. Grayscale: #222222. Windows color (decimal): -13564017 or 9373489. OLE color: 9373489.

HSL color Cylindrical-coordinate representation of color #31078F: hue angle of 258.53º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31078F is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB497143-
CMYK0.660.9500.44
HSL258.53º90.67%29.41%-
HSV(B)258.53º95.1%56.08%-
XYZ6.32.7926.19-
YUV35.06188.91137.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=24.62%
G=3.52%
B=71.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4971430.660.9500.44258.5390.6729.41
Hex3178F425F02C1035b1d
Octal61721710213705440313335
Binary11000111110001111100001010111110101100100000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31078F; }

 p { color: rgb(49,7,143); }

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

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

 a { background-color: rgb(49,7,143); }

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

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

 span { border-color: rgb(49,7,143); }

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