#3D1680

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

Shades of Persian Indigo #3D1680

Tints of Persian Indigo #3D1680

Color information

#3D1680 (or 0x3D1680) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 80. RGB value is (61,22,128). Sum of RGB (Red+Green+Blue) = 61+22+128=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D1680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1680 is #C2E97F. Grayscale: #2D2D2D. Windows color (decimal): -12773760 or 8394301. OLE color: 8394301.

HSL color Cylindrical-coordinate representation of color #3D1680: hue angle of 262.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1680 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6122128-
CMYK0.520.8300.50
HSL262.08º70.67%29.41%-
HSV(B)262.08º82.81%50.2%-
XYZ6.113.1220.7-
YUV45.74174.42138.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=28.91%
G=10.43%
B=60.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61221280.520.8300.50262.0870.6729.41
Hex3D16803453032106471d
Octal75262006412306240610735
Binary111101101101000000011010010100110110010100000110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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