#331f7a

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

Shades of Persian Indigo #331F7A

Tints of Persian Indigo #331F7A

Color information

#331F7A (or 0x331F7A) is unknown color: approx Persian Indigo. HEX triplet: 33, 1F and 7A. RGB value is (51,31,122). Sum of RGB (Red+Green+Blue) = 51+31+122=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #331F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F7A is #CCE085. Grayscale: #2F2F2F. Windows color (decimal): -13426822 or 8003379. OLE color: 8003379.

HSL color Cylindrical-coordinate representation of color #331F7A: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331F7A is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5131122-
CMYK0.580.7500.52
HSL253.19º59.48%30%-
HSV(B)253.19º74.59%47.84%-
XYZ5.373.0918.73-
YUV47.35170.13130.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=25%
G=15.20%
B=59.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51311220.580.7500.52253.1959.4830
Hex331F7A3A4B034fd3b1e
Octal6337172721130643757336
Binary110011111111111010111010100101101101001111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331f7a; }

 p { color: rgb(51,31,122); }

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

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

 a { background-color: rgb(51,31,122); }

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

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

 span { border-color: rgb(51,31,122); }

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