#3D0D72

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

Shades of Persian Indigo #3D0D72

Tints of Persian Indigo #3D0D72

Color information

#3D0D72 (or 0x3D0D72) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0D and 72. RGB value is (61,13,114). Sum of RGB (Red+Green+Blue) = 61+13+114=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0D72 is #C2F28D. Grayscale: #262626. Windows color (decimal): -12776078 or 7474493. OLE color: 7474493.

HSL color Cylindrical-coordinate representation of color #3D0D72: hue angle of 268.51º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0D72 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6113114-
CMYK0.460.8900.55
HSL268.51º79.53%24.9%-
HSV(B)268.51º88.6%44.71%-
XYZ5.112.4916.13-
YUV38.87170.4143.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=32.45%
G=6.91%
B=60.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61131140.460.8900.55268.5179.5324.9
Hex3DD722E5903710d5019
Octal75151625613106741512031
Binary1111011101111001010111010110010110111100001101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,13,114); }

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

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

 a { background-color: rgb(61,13,114); }

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

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

 span { border-color: rgb(61,13,114); }

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