#3D0E80

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

Shades of Persian Indigo #3D0E80

Tints of Persian Indigo #3D0E80

Color information

#3D0E80 (or 0x3D0E80) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0E and 80. RGB value is (61,14,128). Sum of RGB (Red+Green+Blue) = 61+14+128=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D0E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0E80 is #C2F17F. Grayscale: #282828. Windows color (decimal): -12775808 or 8392253. OLE color: 8392253.

HSL color Cylindrical-coordinate representation of color #3D0E80: hue angle of 264.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D0E80 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6114128-
CMYK0.520.8900.50
HSL264.74º80.28%27.84%-
HSV(B)264.74º89.06%50.2%-
XYZ5.982.8620.66-
YUV41.05177.07142.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=30.05%
G=6.90%
B=63.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61141280.520.8900.50264.7480.2827.84
Hex3DE803459032109501c
Octal75162006413106241112034
Binary11110111101000000011010010110010110010100001001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,14,128); }

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

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

 a { background-color: rgb(61,14,128); }

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

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

 span { border-color: rgb(61,14,128); }

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