#3d0f72

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

Shades of Persian Indigo #3D0F72

Tints of Persian Indigo #3D0F72

Color information

#3D0F72 (or 0x3D0F72) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0F and 72. RGB value is (61,15,114). Sum of RGB (Red+Green+Blue) = 61+15+114=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D0F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0F72 is #C2F08D. Grayscale: #272727. Windows color (decimal): -12775566 or 7475005. OLE color: 7475005.

HSL color Cylindrical-coordinate representation of color #3D0F72: hue angle of 267.88º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D0F72 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6115114-
CMYK0.460.8700.55
HSL267.88º76.74%25.29%-
HSV(B)267.88º86.84%44.71%-
XYZ5.132.5516.14-
YUV40.04169.74142.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 114 (44.92% from 255) = 60%
R=32.11%
G=7.89%
B=60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61151140.460.8700.55267.8876.7425.29
Hex3DF722E5703710c4d19
Octal75171625612706741411531
Binary1111011111111001010111010101110110111100001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d0f72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,15,114); }

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

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

 a { background-color: rgb(61,15,114); }

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

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

 span { border-color: rgb(61,15,114); }

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