#3D139F

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

Shades of Persian Indigo #3D139F

Tints of Persian Indigo #3D139F

Color information

#3D139F (or 0x3D139F) is unknown color: approx Persian Indigo. HEX triplet: 3D, 13 and 9F. RGB value is (61,19,159). Sum of RGB (Red+Green+Blue) = 61+19+159=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D139F is #C2EC60. Grayscale: #2F2F2F. Windows color (decimal): -12774497 or 10425149. OLE color: 10425149.

HSL color Cylindrical-coordinate representation of color #3D139F: hue angle of 258º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D139F is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6119159-
CMYK0.620.8800.38
HSL258º78.65%34.9%-
HSV(B)258º88.05%62.35%-
XYZ8.423.9633.12-
YUV47.52190.91137.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=25.52%
G=7.95%
B=66.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61191590.620.8800.3825878.6534.9
Hex3D139F3E580261024f23
Octal75232377613004640211743
Binary1111011001110011111111110101100001001101000000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D139F; }

 p { color: rgb(61,19,159); }

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

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

 a { background-color: rgb(61,19,159); }

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

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

 span { border-color: rgb(61,19,159); }

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