#3D126D

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

Shades of Persian Indigo #3D126D

Tints of Persian Indigo #3D126D

Color information

#3D126D (or 0x3D126D) is unknown color: approx Persian Indigo. HEX triplet: 3D, 12 and 6D. RGB value is (61,18,109). Sum of RGB (Red+Green+Blue) = 61+18+109=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D126D is #C2ED92. Grayscale: #282828. Windows color (decimal): -12774803 or 7148093. OLE color: 7148093.

HSL color Cylindrical-coordinate representation of color #3D126D: hue angle of 268.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D126D is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6118109-
CMYK0.440.8300.57
HSL268.35º71.65%24.9%-
HSV(B)268.35º83.49%42.75%-
XYZ4.92.5314.7-
YUV41.23166.25142.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=32.45%
G=9.57%
B=57.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61181090.440.8300.57268.3571.6524.9
Hex3D126D2C5303910c4819
Octal75221555412307141411031
Binary11110110010110110110110010100110111001100001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,18,109); }

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

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

 a { background-color: rgb(61,18,109); }

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

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

 span { border-color: rgb(61,18,109); }

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