#331598

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

Shades of Persian Indigo #331598

Tints of Persian Indigo #331598

Color information

#331598 (or 0x331598) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 98. RGB value is (51,21,152). Sum of RGB (Red+Green+Blue) = 51+21+152=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #331598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331598 is #CCEA67. Grayscale: #2C2C2C. Windows color (decimal): -13429352 or 9966899. OLE color: 9966899.

HSL color Cylindrical-coordinate representation of color #331598: hue angle of 253.74º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331598 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5121152-
CMYK0.660.8600.40
HSL253.74º75.72%33.92%-
HSV(B)253.74º86.18%59.61%-
XYZ7.33.5130-
YUV44.9188.44132.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 152 (59.77% from 255) = 67.86%
R=22.77%
G=9.38%
B=67.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51211520.660.8600.40253.7475.7233.92
Hex3315984256028fe4c22
Octal632523010212605037611442
Binary1100111010110011000100001010101100101000111111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331598; }

 p { color: rgb(51,21,152); }

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

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

 a { background-color: rgb(51,21,152); }

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

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

 span { border-color: rgb(51,21,152); }

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