#3D199A

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

Shades of Persian Indigo #3D199A

Tints of Persian Indigo #3D199A

Color information

#3D199A (or 0x3D199A) is unknown color: approx Persian Indigo. HEX triplet: 3D, 19 and 9A. RGB value is (61,25,154). Sum of RGB (Red+Green+Blue) = 61+25+154=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D199A is #C2E665. Grayscale: #313131. Windows color (decimal): -12772966 or 10099005. OLE color: 10099005.

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

Color convert

RGB6125154-
CMYK0.600.8400.40
HSL256.74º72.07%35.1%-
HSV(B)256.74º83.77%60.39%-
XYZ8.14.0230.92-
YUV50.47186.43135.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=25.42%
G=10.42%
B=64.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61251540.600.8400.40256.7472.0735.1
Hex3D199A3C540281014823
Octal75312327412405040111043
Binary1111011100110011010111100101010001010001000000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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