#331793

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

Shades of Persian Indigo #331793

Tints of Persian Indigo #331793

Color information

#331793 (or 0x331793) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 93. RGB value is (51,23,147). Sum of RGB (Red+Green+Blue) = 51+23+147=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #331793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331793 is #CCE86C. Grayscale: #2D2D2D. Windows color (decimal): -13428845 or 9639731. OLE color: 9639731.

HSL color Cylindrical-coordinate representation of color #331793: hue angle of 253.55º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331793 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5123147-
CMYK0.650.8400.42
HSL253.55º72.94%33.33%-
HSV(B)253.55º84.35%57.65%-
XYZ6.943.4227.9-
YUV45.51185.28131.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=23.08%
G=10.41%
B=66.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51231470.650.8400.42253.5572.9433.33
Hex331793415402Afe4921
Octal632722310112405237611141
Binary1100111011110010011100000110101000101010111111101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331793; }

 p { color: rgb(51,23,147); }

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

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

 a { background-color: rgb(51,23,147); }

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

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

 span { border-color: rgb(51,23,147); }

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