#3D1670

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

Shades of Persian Indigo #3D1670

Tints of Persian Indigo #3D1670

Color information

#3D1670 (or 0x3D1670) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 70. RGB value is (61,22,112). Sum of RGB (Red+Green+Blue) = 61+22+112=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D1670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1670 is #C2E98F. Grayscale: #2B2B2B. Windows color (decimal): -12773776 or 7345725. OLE color: 7345725.

HSL color Cylindrical-coordinate representation of color #3D1670: hue angle of 266º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1670 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6122112-
CMYK0.460.8000.56
HSL266º67.16%26.27%-
HSV(B)266º80.36%43.92%-
XYZ5.142.7415.59-
YUV43.92166.42140.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=31.28%
G=11.28%
B=57.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61221120.460.8000.5626667.1626.27
Hex3D16702E5003810a431a
Octal75261605612007041210332
Binary11110110110111000010111010100000111000100001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,22,112); }

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

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

 a { background-color: rgb(61,22,112); }

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

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

 span { border-color: rgb(61,22,112); }

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