#3D0483

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

Shades of Indigo #3D0483

Tints of Indigo #3D0483

Color information

#3D0483 (or 0x3D0483) is unknown color: approx Indigo. HEX triplet: 3D, 04 and 83. RGB value is (61,4,131). Sum of RGB (Red+Green+Blue) = 61+4+131=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D0483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0483 is #C2FB7C. Grayscale: #232323. Windows color (decimal): -12778365 or 8586301. OLE color: 8586301.

HSL color Cylindrical-coordinate representation of color #3D0483: hue angle of 266.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0483 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB614131-
CMYK0.530.9700.49
HSL266.93º94.07%26.47%-
HSV(B)266.93º96.95%51.37%-
XYZ6.062.7221.68-
YUV35.52181.88146.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.12%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 131 (51.56% from 255) = 66.84%
R=31.12%
G=2.04%
B=66.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6141310.530.9700.49266.9394.0726.47
Hex3D483356103110b5e1a
Octal7542036514106141313632
Binary1111011001000001111010111000010110001100001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,131); }

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

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

 a { background-color: rgb(61,4,131); }

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

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

 span { border-color: rgb(61,4,131); }

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