#3D1997

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

Shades of Persian Indigo #3D1997

Tints of Persian Indigo #3D1997

Color information

#3D1997 (or 0x3D1997) is unknown color: approx Persian Indigo. HEX triplet: 3D, 19 and 97. RGB value is (61,25,151). Sum of RGB (Red+Green+Blue) = 61+25+151=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #3D1997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1997 is #C2E668. Grayscale: #313131. Windows color (decimal): -12772969 or 9902397. OLE color: 9902397.

HSL color Cylindrical-coordinate representation of color #3D1997: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D1997 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6125151-
CMYK0.600.8300.41
HSL257.14º71.59%34.51%-
HSV(B)257.14º83.44%59.22%-
XYZ7.863.9229.62-
YUV50.13184.93135.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.74%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 151 (59.38% from 255) = 63.71%
R=25.74%
G=10.55%
B=63.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61251510.600.8300.41257.1471.5934.51
Hex3D19973C530291014823
Octal75312277412305140111043
Binary1111011100110010111111100101001101010011000000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,25,151); }

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

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

 a { background-color: rgb(61,25,151); }

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

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

 span { border-color: rgb(61,25,151); }

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