#331394

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

Shades of Persian Indigo #331394

Tints of Persian Indigo #331394

Color information

#331394 (or 0x331394) is unknown color: approx Persian Indigo. HEX triplet: 33, 13 and 94. RGB value is (51,19,148). Sum of RGB (Red+Green+Blue) = 51+19+148=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #331394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331394 is #CCEC6B. Grayscale: #2A2A2A. Windows color (decimal): -13429868 or 9704243. OLE color: 9704243.

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

Color convert

RGB5119148-
CMYK0.660.8700.42
HSL254.88º77.25%32.75%-
HSV(B)254.88º87.16%58.04%-
XYZ6.943.3128.29-
YUV43.27187.1133.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=23.39%
G=8.72%
B=67.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51191480.660.8700.42254.8877.2532.75
Hex331394425702Aff4d21
Octal632322410212705237711541
Binary1100111001110010100100001010101110101010111111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331394; }

 p { color: rgb(51,19,148); }

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

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

 a { background-color: rgb(51,19,148); }

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

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

 span { border-color: rgb(51,19,148); }

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