#3D1C98

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

Shades of Persian Indigo #3D1C98

Tints of Persian Indigo #3D1C98

Color information

#3D1C98 (or 0x3D1C98) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1C and 98. RGB value is (61,28,152). Sum of RGB (Red+Green+Blue) = 61+28+152=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D1C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1C98 is #C2E367. Grayscale: #333333. Windows color (decimal): -12772200 or 9968701. OLE color: 9968701.

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

Color convert

RGB6128152-
CMYK0.600.8200.40
HSL255.97º68.89%35.29%-
HSV(B)255.97º81.58%59.61%-
XYZ8.014.0930.07-
YUV52184.43134.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=25.31%
G=11.62%
B=63.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61281520.600.8200.40255.9768.8935.29
Hex3D1C983C520281004523
Octal75342307412205040010543
Binary1111011110010011000111100101001001010001000000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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