#3D2082

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

Shades of Windsor #3D2082

Tints of Windsor #3D2082

Color information

#3D2082 (or 0x3D2082) is unknown color: approx Windsor. HEX triplet: 3D, 20 and 82. RGB value is (61,32,130). Sum of RGB (Red+Green+Blue) = 61+32+130=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D2082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2082 is #C2DF7D. Grayscale: #333333. Windows color (decimal): -12771198 or 8527933. OLE color: 8527933.

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

Color convert

RGB6132130-
CMYK0.530.7500.49
HSL257.76º60.49%31.76%-
HSV(B)257.76º75.38%50.98%-
XYZ6.473.6421.48-
YUV51.84172.11134.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=27.35%
G=14.35%
B=58.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61321300.530.7500.49257.7660.4931.76
Hex3D2082354B0311023c20
Octal7540202651130614027440
Binary1111011000001000001011010110010110110001100000010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,130); }

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

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

 a { background-color: rgb(61,32,130); }

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

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

 span { border-color: rgb(61,32,130); }

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