Html Css Color HEX #3D207A Windsor

📋 copy color: '#3D207A'

red 61 ◦ green 32 ◦ blue 122

#3D207A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #3D207A

Tints of Windsor #3D207A

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 value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D207A (or 0x3D207A) is known color: 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

RGB 61 32 122 -
CMYK 0.50 0.74 0 0.52
HSL 259.33º 0.58% 0.3% -
HSV(B) 259.33º 0.74% 0.48% -
XYZ 5.95 3.43 18.76 -
YUV 50.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 61 32 122 0.50 0.74 0 0.52 259.33 0.58 0.3
Hex 3D 20 7A 32 4A 0 34 103 3A 1E
Octal 75 40 172 62 112 0 64 403 72 36
Binary 111101 100000 1111010 110010 1001010 0 110100 100000011 111010 11110

Color Harmonies of #3D207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D207A

Black with #3D207A

Text Example


Text Example

White with #3D207A

Text Example


Text Example

HTML Codes & Css Web 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>