#3D1A77

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

Shades of Persian Indigo #3D1A77

Tints of Persian Indigo #3D1A77

Color information

#3D1A77 (or 0x3D1A77) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1A and 77. RGB value is (61,26,119). Sum of RGB (Red+Green+Blue) = 61+26+119=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1A77 is #C2E588. Grayscale: #2E2E2E. Windows color (decimal): -12772745 or 7805501. OLE color: 7805501.

HSL color Cylindrical-coordinate representation of color #3D1A77: hue angle of 262.58º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1A77 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6126119-
CMYK0.490.7800.53
HSL262.58º64.14%28.43%-
HSV(B)262.58º78.15%46.67%-
XYZ5.623.0617.75-
YUV47.07168.6137.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=29.61%
G=12.62%
B=57.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61261190.490.7800.53262.5864.1428.43
Hex3D1A77314E035107401c
Octal75321676111606540710034
Binary11110111010111011111000110011100110101100000111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,26,119); }

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

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

 a { background-color: rgb(61,26,119); }

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

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

 span { border-color: rgb(61,26,119); }

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