#390467

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

Shades of Persian Indigo #390467

Tints of Persian Indigo #390467

Color information

#390467 (or 0x390467) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 67. RGB value is (57,4,103). Sum of RGB (Red+Green+Blue) = 57+4+103=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #390467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390467 is #C6FB98. Grayscale: #1E1E1E. Windows color (decimal): -13040537 or 6751289. OLE color: 6751289.

HSL color Cylindrical-coordinate representation of color #390467: hue angle of 272.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390467 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB574103-
CMYK0.450.9600.60
HSL272.12º92.52%20.98%-
HSV(B)272.12º96.12%40.39%-
XYZ4.181.9412.99-
YUV31.13168.56146.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 103 (40.62% from 255) = 62.80%
R=34.76%
G=2.44%
B=62.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5741030.450.9600.60272.1292.5220.98
Hex394672D6003C1105d15
Octal7141475514007442013525
Binary111001100110011110110111000000111100100010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390467; }

 p { color: rgb(57,4,103); }

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

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

 a { background-color: rgb(57,4,103); }

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

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

 span { border-color: rgb(57,4,103); }

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