#3D0975

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

Shades of Persian Indigo #3D0975

Tints of Persian Indigo #3D0975

Color information

#3D0975 (or 0x3D0975) is unknown color: approx Persian Indigo. HEX triplet: 3D, 09 and 75. RGB value is (61,9,117). Sum of RGB (Red+Green+Blue) = 61+9+117=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0975 is #C2F68A. Grayscale: #242424. Windows color (decimal): -12777099 or 7670077. OLE color: 7670077.

HSL color Cylindrical-coordinate representation of color #3D0975: hue angle of 268.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0975 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB619117-
CMYK0.480.9200.54
HSL268.89º85.71%24.71%-
HSV(B)268.89º92.31%45.88%-
XYZ5.232.4717.03-
YUV36.86173.23145.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=32.62%
G=4.81%
B=62.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6191170.480.9200.54268.8985.7124.71
Hex3D975305C03610d5619
Octal75111656013406641512631
Binary1111011001111010111000010111000110110100001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,117); }

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

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

 a { background-color: rgb(61,9,117); }

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

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

 span { border-color: rgb(61,9,117); }

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