#3D207A

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

Shades of Windsor #3D207A

Tints of Windsor #3D207A

Color information

#3D207A (or 0x3D207A) is unknown color: approx Windsor. HEX triplet: 3D, 20 and 7A. RGB value is (61,32,122). Sum of RGB (Red+Green+Blue) = 61+32+122=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D207A is #C2DF85. Grayscale: #323232. Windows color (decimal): -12771206 or 8003645. OLE color: 8003645.

HSL color Cylindrical-coordinate representation of color #3D207A: hue angle of 259.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D207A is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6132122-
CMYK0.500.7400.52
HSL259.33º58.44%30.2%-
HSV(B)259.33º73.77%47.84%-
XYZ5.953.4318.76-
YUV50.93168.11135.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=28.37%
G=14.88%
B=56.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61321220.500.7400.52259.3358.4430.2
Hex3D207A324A0341033a1e
Octal7540172621120644037236
Binary11110110000011110101100101001010011010010000001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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