#3D0784

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

Shades of Indigo #3D0784

Tints of Indigo #3D0784

Color information

#3D0784 (or 0x3D0784) is unknown color: approx Indigo. HEX triplet: 3D, 07 and 84. RGB value is (61,7,132). Sum of RGB (Red+Green+Blue) = 61+7+132=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D0784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0784 is #C2F87B. Grayscale: #242424. Windows color (decimal): -12777596 or 8652605. OLE color: 8652605.

HSL color Cylindrical-coordinate representation of color #3D0784: hue angle of 265.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0784 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB617132-
CMYK0.540.9500.48
HSL265.92º89.93%27.25%-
HSV(B)265.92º94.7%51.76%-
XYZ6.172.8122.05-
YUV37.4181.39144.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 132 (51.95% from 255) = 66%
R=30.5%
G=3.5%
B=66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6171320.540.9500.48265.9289.9327.25
Hex3D784365F03010a5a1b
Octal7572046613706041213233
Binary1111011111000010011011010111110110000100001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,7,132); }

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

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

 a { background-color: rgb(61,7,132); }

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

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

 span { border-color: rgb(61,7,132); }

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