#39038B

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

Shades of Persian Indigo #39038B

Tints of Persian Indigo #39038B

Color information

#39038B (or 0x39038B) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 8B. RGB value is (57,3,139). Sum of RGB (Red+Green+Blue) = 57+3+139=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #39038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39038B is #C6FC74. Grayscale: #222222. Windows color (decimal): -13040757 or 9110329. OLE color: 9110329.

HSL color Cylindrical-coordinate representation of color #39038B: hue angle of 263.82º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39038B is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB573139-
CMYK0.590.9800.45
HSL263.82º95.77%27.84%-
HSV(B)263.82º97.84%54.51%-
XYZ6.382.824.63-
YUV34.65186.89143.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=28.64%
G=1.51%
B=69.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5731390.590.9800.45263.8295.7727.84
Hex3938B3B6202D108601c
Octal7132137314205541014034
Binary111001111000101111101111000100101101100001000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39038B; }

 p { color: rgb(57,3,139); }

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

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

 a { background-color: rgb(57,3,139); }

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

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

 span { border-color: rgb(57,3,139); }

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