Html Css Color HEX #3D2173 Windsor

📋 copy color: '#3D2173'

red 61 ◦ green 33 ◦ blue 115

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

Shades of Windsor #3D2173

Tints of Windsor #3D2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 29.19%
G = 15.79%
B = 55.02%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D2173 (or 0x3D2173) is known color: Windsor. HEX triplet: 3D, 21 and 73. RGB value is (61,33,115). Sum of RGB (Red+Green+Blue) = 61+33+115=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2173 is #C2DE8C. Grayscale: #323232. Windows color (decimal): -12770957 or 7545149. OLE color: 7545149.

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

Color convert

RGB 61 33 115 -
CMYK 0.47 0.71 0 0.55
HSL 260.49º 0.55% 0.29% -
HSV(B) 260.49º 0.71% 0.45% -
XYZ 5.56 3.32 16.57 -
YUV 50.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 61 33 115 0.47 0.71 0 0.55 260.49 0.55 0.29
Hex 3D 21 73 2F 47 0 37 104 37 1D
Octal 75 41 163 57 107 0 67 404 67 35
Binary 111101 100001 1110011 101111 1000111 0 110111 100000100 110111 11101

Color Harmonies of #3D2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2173

Black with #3D2173

Text Example


Text Example

White with #3D2173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,33,115); }

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

background-color css

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

 a { background-color: rgb(61,33,115); }

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

border-color css

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

 span { border-color: rgb(61,33,115); }

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