#3D1C75

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

Shades of Persian Indigo #3D1C75

Tints of Persian Indigo #3D1C75

Color information

#3D1C75 (or 0x3D1C75) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1C and 75. RGB value is (61,28,117). Sum of RGB (Red+Green+Blue) = 61+28+117=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1C75 is #C2E38A. Grayscale: #2F2F2F. Windows color (decimal): -12772235 or 7674941. OLE color: 7674941.

HSL color Cylindrical-coordinate representation of color #3D1C75: hue angle of 262.25º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1C75 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6128117-
CMYK0.480.7600.54
HSL262.25º61.38%28.43%-
HSV(B)262.25º76.07%45.88%-
XYZ5.553.1117.14-
YUV48.01166.93137.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=29.61%
G=13.59%
B=56.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61281170.480.7600.54262.2561.3828.43
Hex3D1C75304C0361063d1c
Octal7534165601140664067534
Binary1111011110011101011100001001100011011010000011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,117); }

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

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

 a { background-color: rgb(61,28,117); }

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

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

 span { border-color: rgb(61,28,117); }

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