#3D1E7A

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

Shades of Persian Indigo #3D1E7A

Tints of Persian Indigo #3D1E7A

Color information

#3D1E7A (or 0x3D1E7A) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1E and 7A. RGB value is (61,30,122). Sum of RGB (Red+Green+Blue) = 61+30+122=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D1E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E7A is #C2E185. Grayscale: #313131. Windows color (decimal): -12771718 or 8003133. OLE color: 8003133.

HSL color Cylindrical-coordinate representation of color #3D1E7A: hue angle of 260.22º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1E7A is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6130122-
CMYK0.500.7500.52
HSL260.22º60.53%29.8%-
HSV(B)260.22º75.41%47.84%-
XYZ5.93.3318.74-
YUV49.76168.77136.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=28.64%
G=14.08%
B=57.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61301220.500.7500.52260.2260.5329.8
Hex3D1E7A324B0341043d1e
Octal7536172621130644047536
Binary1111011111011110101100101001011011010010000010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,122); }

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

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

 a { background-color: rgb(61,30,122); }

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

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

 span { border-color: rgb(61,30,122); }

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