#3D1699

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

Shades of Persian Indigo #3D1699

Tints of Persian Indigo #3D1699

Color information

#3D1699 (or 0x3D1699) is unknown color: approx Persian Indigo. HEX triplet: 3D, 16 and 99. RGB value is (61,22,153). Sum of RGB (Red+Green+Blue) = 61+22+153=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1699 is #C2E966. Grayscale: #303030. Windows color (decimal): -12773735 or 10032701. OLE color: 10032701.

HSL color Cylindrical-coordinate representation of color #3D1699: hue angle of 257.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1699 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6122153-
CMYK0.600.8600.4
HSL257.86º74.86%34.31%-
HSV(B)257.86º85.62%60%-
XYZ7.963.8730.46-
YUV48.6186.92136.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=25.85%
G=9.32%
B=64.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61221530.600.8600.4257.8674.8634.31
Hex3D16993C560281024b22
Octal75262317412605040211342
Binary1111011011010011001111100101011001010001000000101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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