#390867

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

Shades of Persian Indigo #390867

Tints of Persian Indigo #390867

Color information

#390867 (or 0x390867) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 67. RGB value is (57,8,103). Sum of RGB (Red+Green+Blue) = 57+8+103=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #390867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390867 is #C6F798. Grayscale: #212121. Windows color (decimal): -13039513 or 6752313. OLE color: 6752313.

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

Color convert

RGB578103-
CMYK0.450.9200.60
HSL270.95º85.59%21.76%-
HSV(B)270.95º92.23%40.39%-
XYZ4.222.0213-
YUV33.48167.23144.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=33.93%
G=4.76%
B=61.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5781030.450.9200.60270.9585.5921.76
Hex398672D5C03C10f5616
Octal71101475513407441712626
Binary1110011000110011110110110111000111100100001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390867; }

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

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

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

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

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

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

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

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