Html Css Color HEX #3D2072 Windsor

📋 copy color: '#3D2072'

red 61 ◦ green 32 ◦ blue 114

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

Shades of Windsor #3D2072

Tints of Windsor #3D2072

RGB

 RED value IS 61 (24.22% from 255) = 29.47%

 GREEN value IS 32 (12.89% from 255) = 15.46%

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 29.47%
G = 15.46%
B = 55.07%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D2072 (or 0x3D2072) is known color: Windsor. HEX triplet: 3D, 20 and 72. RGB value is (61,32,114). Sum of RGB (Red+Green+Blue) = 61+32+114=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D2072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2072 is #C2DF8D. Grayscale: #313131. Windows color (decimal): -12771214 or 7479357. OLE color: 7479357.

HSL color Cylindrical-coordinate representation of color #3D2072: hue angle of 261.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2072 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 32 114 -
CMYK 0.46 0.72 0 0.55
HSL 261.22º 0.56% 0.29% -
HSV(B) 261.22º 0.72% 0.45% -
XYZ 5.48 3.24 16.26 -
YUV 50.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 61 32 114 0.46 0.72 0 0.55 261.22 0.56 0.29
Hex 3D 20 72 2E 48 0 37 105 38 1D
Octal 75 40 162 56 110 0 67 405 70 35
Binary 111101 100000 1110010 101110 1001000 0 110111 100000101 111000 11101

Color Harmonies of #3D2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2072

Black with #3D2072

Text Example


Text Example

White with #3D2072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D2072;
 }
 .AnyTagClassName
 {
   color: #3D2072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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