#3d198f

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

Shades of Persian Indigo #3D198F

Tints of Persian Indigo #3D198F

Color information

#3D198F (or 0x3D198F) is unknown color: approx Persian Indigo. HEX triplet: 3D, 19 and 8F. RGB value is (61,25,143). Sum of RGB (Red+Green+Blue) = 61+25+143=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D198F is #C2E670. Grayscale: #303030. Windows color (decimal): -12772977 or 9378109. OLE color: 9378109.

HSL color Cylindrical-coordinate representation of color #3D198F: hue angle of 258.31º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D198F is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6125143-
CMYK0.570.8300.44
HSL258.31º70.24%32.94%-
HSV(B)258.31º82.52%56.08%-
XYZ7.233.6726.31-
YUV49.22180.93136.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 143 (56.25% from 255) = 62.45%
R=26.64%
G=10.92%
B=62.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61251430.570.8300.44258.3170.2432.94
Hex3D198F395302C1024621
Octal75312177112305440210641
Binary1111011100110001111111001101001101011001000000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d198f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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