#3D0B75

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

Shades of Persian Indigo #3D0B75

Tints of Persian Indigo #3D0B75

Color information

#3D0B75 (or 0x3D0B75) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0B and 75. RGB value is (61,11,117). Sum of RGB (Red+Green+Blue) = 61+11+117=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D0B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0B75 is #C2F48A. Grayscale: #252525. Windows color (decimal): -12776587 or 7670589. OLE color: 7670589.

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

Color convert

RGB6111117-
CMYK0.480.9100.54
HSL268.3º82.81%25.1%-
HSV(B)268.3º90.6%45.88%-
XYZ5.262.5217.04-
YUV38.03172.56144.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=32.28%
G=5.82%
B=61.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61111170.480.9100.54268.382.8125.1
Hex3DB75305B03610c5319
Octal75131656013306641412331
Binary1111011011111010111000010110110110110100001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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