#3D147F

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

Shades of Persian Indigo #3D147F

Tints of Persian Indigo #3D147F

Color information

#3D147F (or 0x3D147F) is unknown color: approx Persian Indigo. HEX triplet: 3D, 14 and 7F. RGB value is (61,20,127). Sum of RGB (Red+Green+Blue) = 61+20+127=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D147F is #C2EB80. Grayscale: #2C2C2C. Windows color (decimal): -12774273 or 8328253. OLE color: 8328253.

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

Color convert

RGB6120127-
CMYK0.520.8400.50
HSL262.99º72.79%28.82%-
HSV(B)262.99º84.25%49.8%-
XYZ6.013.0220.35-
YUV44.46174.58139.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 127 (50% from 255) = 61.06%
R=29.33%
G=9.62%
B=61.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61201270.520.8400.50262.9972.7928.82
Hex3D147F3454032107491d
Octal75241776412406240711135
Binary11110110100111111111010010101000110010100000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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