#3D137F

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

Shades of Persian Indigo #3D137F

Tints of Persian Indigo #3D137F

Color information

#3D137F (or 0x3D137F) is unknown color: approx Persian Indigo. HEX triplet: 3D, 13 and 7F. RGB value is (61,19,127). Sum of RGB (Red+Green+Blue) = 61+19+127=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D137F is #C2EC80. Grayscale: #2B2B2B. Windows color (decimal): -12774529 or 8327997. OLE color: 8327997.

HSL color Cylindrical-coordinate representation of color #3D137F: hue angle of 263.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D137F is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6119127-
CMYK0.520.8500.50
HSL263.33º73.97%28.63%-
HSV(B)263.33º85.04%49.8%-
XYZ5.992.9920.34-
YUV43.87174.91140.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 127 (50% from 255) = 61.35%
R=29.47%
G=9.18%
B=61.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61191270.520.8500.50263.3373.9728.63
Hex3D137F34550321074a1d
Octal75231776412506240711235
Binary11110110011111111111010010101010110010100000111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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