#39048A

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

Shades of Persian Indigo #39048A

Tints of Persian Indigo #39048A

Color information

#39048A (or 0x39048A) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 8A. RGB value is (57,4,138). Sum of RGB (Red+Green+Blue) = 57+4+138=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #39048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39048A is #C6FB75. Grayscale: #222222. Windows color (decimal): -13040502 or 9045049. OLE color: 9045049.

HSL color Cylindrical-coordinate representation of color #39048A: hue angle of 263.73º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39048A is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB574138-
CMYK0.590.9700.46
HSL263.73º94.37%27.84%-
HSV(B)263.73º97.1%54.12%-
XYZ6.322.7924.25-
YUV35.12186.06143.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 138 (54.30% from 255) = 69.35%
R=28.64%
G=2.01%
B=69.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5741380.590.9700.46263.7394.3727.84
Hex3948A3B6102E1085e1c
Octal7142127314105641013634
Binary1110011001000101011101111000010101110100001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39048A; }

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

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

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

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

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

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

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

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