Html Css Color HEX #3E2472 Windsor

📋 copy color: '#3E2472'

red 62 ◦ green 36 ◦ blue 114

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

Shades of Windsor #3E2472

Tints of Windsor #3E2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 29.25%
G = 16.98%
B = 53.77%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E2472 (or 0x3E2472) is known color: Windsor. HEX triplet: 3E, 24 and 72. RGB value is (62,36,114). Sum of RGB (Red+Green+Blue) = 62+36+114=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E2472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2472 is #C1DB8D. Grayscale: #343434. Windows color (decimal): -12704654 or 7480382. OLE color: 7480382.

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

Color convert

RGB 62 36 114 -
CMYK 0.46 0.68 0 0.55
HSL 260º 0.52% 0.29% -
HSV(B) 260º 0.68% 0.45% -
XYZ 5.65 3.5 16.3 -
YUV 52.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 62 36 114 0.46 0.68 0 0.55 260 0.52 0.29
Hex 3E 24 72 2E 44 0 37 104 34 1D
Octal 76 44 162 56 104 0 67 404 64 35
Binary 111110 100100 1110010 101110 1000100 0 110111 100000100 110100 11101

Color Harmonies of #3E2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2472

Black with #3E2472

Text Example


Text Example

White with #3E2472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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