#331675

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

Shades of Persian Indigo #331675

Tints of Persian Indigo #331675

Color information

#331675 (or 0x331675) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 75. RGB value is (51,22,117). Sum of RGB (Red+Green+Blue) = 51+22+117=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #331675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331675 is #CCE98A. Grayscale: #292929. Windows color (decimal): -13429131 or 7673395. OLE color: 7673395.

HSL color Cylindrical-coordinate representation of color #331675: hue angle of 258.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331675 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5122117-
CMYK0.560.8100.54
HSL258.32º68.35%27.25%-
HSV(B)258.32º81.2%45.88%-
XYZ4.862.5617.07-
YUV41.5170.61134.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=26.84%
G=11.58%
B=61.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51221170.560.8100.54258.3268.3527.25
Hex3316753851036102441b
Octal63261657012106640210433
Binary11001110110111010111100010100010110110100000010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331675; }

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

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

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

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

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

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

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

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