Html Css Color HEX #3D2171 Windsor

📋 copy color: '#3D2171'

red 61 ◦ green 33 ◦ blue 113

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

Shades of Windsor #3D2171

Tints of Windsor #3D2171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 29.47%
G = 15.94%
B = 54.59%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D2171 (or 0x3D2171) is known color: Windsor. HEX triplet: 3D, 21 and 71. RGB value is (61,33,113). Sum of RGB (Red+Green+Blue) = 61+33+113=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D2171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2171 is #C2DE8E. Grayscale: #323232. Windows color (decimal): -12770959 or 7414077. OLE color: 7414077.

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

Color convert

RGB 61 33 113 -
CMYK 0.46 0.71 0 0.56
HSL 261º 0.55% 0.29% -
HSV(B) 261º 0.71% 0.44% -
XYZ 5.45 3.27 15.97 -
YUV 50.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 61 33 113 0.46 0.71 0 0.56 261 0.55 0.29
Hex 3D 21 71 2E 47 0 38 105 37 1D
Octal 75 41 161 56 107 0 70 405 67 35
Binary 111101 100001 1110001 101110 1000111 0 111000 100000101 110111 11101

Color Harmonies of #3D2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2171

Black with #3D2171

Text Example


Text Example

White with #3D2171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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