#390A72

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

Shades of Persian Indigo #390A72

Tints of Persian Indigo #390A72

Color information

#390A72 (or 0x390A72) is unknown color: approx Persian Indigo. HEX triplet: 39, 0A and 72. RGB value is (57,10,114). Sum of RGB (Red+Green+Blue) = 57+10+114=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #390A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A72 is #C6F58D. Grayscale: #232323. Windows color (decimal): -13038990 or 7473721. OLE color: 7473721.

HSL color Cylindrical-coordinate representation of color #390A72: hue angle of 267.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390A72 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5710114-
CMYK0.500.9100.55
HSL267.12º83.87%24.31%-
HSV(B)267.12º91.23%44.71%-
XYZ4.832.316.11-
YUV35.91172.07143.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=31.49%
G=5.52%
B=62.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57101140.500.9100.55267.1283.8724.31
Hex39A72325B03710b5418
Octal71121626213306741312430
Binary1110011010111001011001010110110110111100001011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A72; }

 p { color: rgb(57,10,114); }

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

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

 a { background-color: rgb(57,10,114); }

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

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

 span { border-color: rgb(57,10,114); }

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