#3D0593

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

Shades of Indigo #3D0593

Tints of Indigo #3D0593

Color information

#3D0593 (or 0x3D0593) is unknown color: approx Indigo. HEX triplet: 3D, 05 and 93. RGB value is (61,5,147). Sum of RGB (Red+Green+Blue) = 61+5+147=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0593 is #C2FA6C. Grayscale: #252525. Windows color (decimal): -12778093 or 9635133. OLE color: 9635133.

HSL color Cylindrical-coordinate representation of color #3D0593: hue angle of 263.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0593 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB615147-
CMYK0.590.9700.42
HSL263.66º93.42%29.8%-
HSV(B)263.66º96.6%57.65%-
XYZ7.253.2127.84-
YUV37.93189.55144.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 147 (57.81% from 255) = 69.01%
R=28.64%
G=2.35%
B=69.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6151470.590.9700.42263.6693.4229.8
Hex3D5933B6102A1085d1e
Octal7552237314105241013536
Binary1111011011001001111101111000010101010100001000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,147); }

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

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

 a { background-color: rgb(61,5,147); }

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

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

 span { border-color: rgb(61,5,147); }

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