#3D1398

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

Shades of Persian Indigo #3D1398

Tints of Persian Indigo #3D1398

Color information

#3D1398 (or 0x3D1398) is unknown color: approx Persian Indigo. HEX triplet: 3D, 13 and 98. RGB value is (61,19,152). Sum of RGB (Red+Green+Blue) = 61+19+152=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D1398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1398 is #C2EC67. Grayscale: #2E2E2E. Windows color (decimal): -12774504 or 9966397. OLE color: 9966397.

HSL color Cylindrical-coordinate representation of color #3D1398: hue angle of 258.95º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1398 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6119152-
CMYK0.600.8700.40
HSL258.95º77.78%33.53%-
HSV(B)258.95º87.5%59.61%-
XYZ7.823.7230.01-
YUV46.72187.41138.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=26.29%
G=8.19%
B=65.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61191520.600.8700.40258.9577.7833.53
Hex3D13983C570281034e22
Octal75232307412705040311642
Binary1111011001110011000111100101011101010001000000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,19,152); }

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

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

 a { background-color: rgb(61,19,152); }

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

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

 span { border-color: rgb(61,19,152); }

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