#331698

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

Shades of Persian Indigo #331698

Tints of Persian Indigo #331698

Color information

#331698 (or 0x331698) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 98. RGB value is (51,22,152). Sum of RGB (Red+Green+Blue) = 51+22+152=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #331698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331698 is #CCE967. Grayscale: #2D2D2D. Windows color (decimal): -13429096 or 9967155. OLE color: 9967155.

HSL color Cylindrical-coordinate representation of color #331698: hue angle of 253.38º degrees, saturation: 0.75, 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 #331698 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5122152-
CMYK0.660.8600.40
HSL253.38º74.71%34.12%-
HSV(B)253.38º85.53%59.61%-
XYZ7.323.5430-
YUV45.49188.11131.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=22.67%
G=9.78%
B=67.56%

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
Decimal51221520.660.8600.40253.3874.7134.12
Hex3316984256028fd4b22
Octal632623010212605037511342
Binary1100111011010011000100001010101100101000111111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331698; }

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

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

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

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

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

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

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

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