#3D106D

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

Shades of Persian Indigo #3D106D

Tints of Persian Indigo #3D106D

Color information

#3D106D (or 0x3D106D) is unknown color: approx Persian Indigo. HEX triplet: 3D, 10 and 6D. RGB value is (61,16,109). Sum of RGB (Red+Green+Blue) = 61+16+109=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D106D is #C2EF92. Grayscale: #272727. Windows color (decimal): -12775315 or 7147581. OLE color: 7147581.

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

Color convert

RGB6116109-
CMYK0.440.8500.57
HSL269.03º74.4%24.51%-
HSV(B)269.03º85.32%42.75%-
XYZ4.872.4714.69-
YUV40.06166.91142.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=32.80%
G=8.60%
B=58.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61161090.440.8500.57269.0374.424.51
Hex3D106D2C5503910d4a19
Octal75201555412507141511231
Binary11110110000110110110110010101010111001100001101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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