Html Css Color HEX #3E2372 Windsor

📋 copy color: '#3E2372'

red 62 ◦ green 35 ◦ blue 114

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

Shades of Windsor #3E2372

Tints of Windsor #3E2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 29.38%
G = 16.59%
B = 54.03%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E2372 (or 0x3E2372) is known color: Windsor. HEX triplet: 3E, 23 and 72. RGB value is (62,35,114). Sum of RGB (Red+Green+Blue) = 62+35+114=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2372 is #C1DC8D. Grayscale: #333333. Windows color (decimal): -12704910 or 7480126. OLE color: 7480126.

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

Color convert

RGB 62 35 114 -
CMYK 0.46 0.69 0 0.55
HSL 260.51º 0.53% 0.29% -
HSV(B) 260.51º 0.69% 0.45% -
XYZ 5.62 3.44 16.29 -
YUV 52.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 62 35 114 0.46 0.69 0 0.55 260.51 0.53 0.29
Hex 3E 23 72 2E 45 0 37 105 35 1D
Octal 76 43 162 56 105 0 67 405 65 35
Binary 111110 100011 1110010 101110 1000101 0 110111 100000101 110101 11101

Color Harmonies of #3E2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2372

Black with #3E2372

Text Example


Text Example

White with #3E2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,114); }

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

background-color css

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

 a { background-color: rgb(62,35,114); }

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

border-color css

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

 span { border-color: rgb(62,35,114); }

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