Html Css Color HEX #3E2173 Windsor

📋 copy color: '#3E2173'

red 62 ◦ green 33 ◦ blue 115

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

Shades of Windsor #3E2173

Tints of Windsor #3E2173

RGB

 RED value IS 62 (24.61% from 255) = 29.52%

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

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

R = 29.52%
G = 15.71%
B = 54.76%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E2173 (or 0x3E2173) is known color: Windsor. HEX triplet: 3E, 21 and 73. RGB value is (62,33,115). Sum of RGB (Red+Green+Blue) = 62+33+115=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2173 is #C1DE8C. Grayscale: #323232. Windows color (decimal): -12705421 or 7545150. OLE color: 7545150.

HSL color Cylindrical-coordinate representation of color #3E2173: hue angle of 261.22º 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 #3E2173 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 33 115 -
CMYK 0.46 0.71 0 0.55
HSL 261.22º 0.55% 0.29% -
HSV(B) 261.22º 0.71% 0.45% -
XYZ 5.62 3.35 16.57 -
YUV 51.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 62 33 115 0.46 0.71 0 0.55 261.22 0.55 0.29
Hex 3E 21 73 2E 47 0 37 105 37 1D
Octal 76 41 163 56 107 0 67 405 67 35
Binary 111110 100001 1110011 101110 1000111 0 110111 100000101 110111 11101

Color Harmonies of #3E2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2173

Black with #3E2173

Text Example


Text Example

White with #3E2173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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