#3D0FA0

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

Shades of Persian Indigo #3D0FA0

Tints of Persian Indigo #3D0FA0

Color information

#3D0FA0 (or 0x3D0FA0) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0F and A0. RGB value is (61,15,160). Sum of RGB (Red+Green+Blue) = 61+15+160=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D0FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0FA0 is #C2F05F. Grayscale: #2C2C2C. Windows color (decimal): -12775520 or 10489661. OLE color: 10489661.

HSL color Cylindrical-coordinate representation of color #3D0FA0: hue angle of 259.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D0FA0 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6115160-
CMYK0.620.9100.37
HSL259.03º82.86%34.31%-
HSV(B)259.03º90.62%62.75%-
XYZ8.443.8733.56-
YUV45.28192.74139.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 160 (62.89% from 255) = 67.80%
R=25.85%
G=6.36%
B=67.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61151600.620.9100.37259.0382.8634.31
Hex3DFA03E5B0251035322
Octal75172407613304540312342
Binary111101111110100000111110101101101001011000000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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