Html Css Color HEX #3E2671 Windsor

📋 copy color: '#3E2671'

red 62 ◦ green 38 ◦ blue 113

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

Shades of Windsor #3E2671

Tints of Windsor #3E2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 29.11%
G = 17.84%
B = 53.05%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E2671 (or 0x3E2671) is known color: Windsor. HEX triplet: 3E, 26 and 71. RGB value is (62,38,113). Sum of RGB (Red+Green+Blue) = 62+38+113=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2671 is #C1D98E. Grayscale: #353535. Windows color (decimal): -12704143 or 7415358. OLE color: 7415358.

HSL color Cylindrical-coordinate representation of color #3E2671: hue angle of 259.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2671 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 38 113 -
CMYK 0.45 0.66 0 0.56
HSL 259.2º 0.5% 0.3% -
HSV(B) 259.2º 0.66% 0.44% -
XYZ 5.66 3.6 16.02 -
YUV 53.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 62 38 113 0.45 0.66 0 0.56 259.2 0.5 0.3
Hex 3E 26 71 2D 42 0 38 103 32 1E
Octal 76 46 161 55 102 0 70 403 62 36
Binary 111110 100110 1110001 101101 1000010 0 111000 100000011 110010 11110

Color Harmonies of #3E2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2671

Black with #3E2671

Text Example


Text Example

White with #3E2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,113); }

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

background-color css

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

 a { background-color: rgb(62,38,113); }

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

border-color css

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

 span { border-color: rgb(62,38,113); }

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