#390282

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

Shades of Persian Indigo #390282

Tints of Persian Indigo #390282

Color information

#390282 (or 0x390282) is unknown color: approx Persian Indigo. HEX triplet: 39, 02 and 82. RGB value is (57,2,130). Sum of RGB (Red+Green+Blue) = 57+2+130=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #390282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390282 is #C6FD7D. Grayscale: #202020. Windows color (decimal): -13041022 or 8520249. OLE color: 8520249.

HSL color Cylindrical-coordinate representation of color #390282: hue angle of 265.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390282 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB572130-
CMYK0.560.9800.49
HSL265.78º96.97%25.88%-
HSV(B)265.78º98.46%50.98%-
XYZ5.742.5221.3-
YUV33.04182.72145.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 130 (51.17% from 255) = 68.78%
R=30.16%
G=1.06%
B=68.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5721300.560.9800.49265.7896.9725.88
Hex39282386203110a611a
Octal7122027014206141214132
Binary111001101000001011100011000100110001100001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390282; }

 p { color: rgb(57,2,130); }

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

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

 a { background-color: rgb(57,2,130); }

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

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

 span { border-color: rgb(57,2,130); }

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