Html Css Color HEX #3E2373 Windsor

📋 copy color: '#3E2373'

red 62 ◦ green 35 ◦ blue 115

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

Shades of Windsor #3E2373

Tints of Windsor #3E2373

RGB

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

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

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

R = 29.25%
G = 16.51%
B = 54.25%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E2373 (or 0x3E2373) is known color: Windsor. HEX triplet: 3E, 23 and 73. RGB value is (62,35,115). Sum of RGB (Red+Green+Blue) = 62+35+115=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2373 is #C1DC8C. Grayscale: #333333. Windows color (decimal): -12704909 or 7545662. OLE color: 7545662.

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

Color convert

RGB 62 35 115 -
CMYK 0.46 0.70 0 0.55
HSL 260.25º 0.53% 0.29% -
HSV(B) 260.25º 0.7% 0.45% -
XYZ 5.68 3.46 16.59 -
YUV 52.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 62 35 115 0.46 0.70 0 0.55 260.25 0.53 0.29
Hex 3E 23 73 2E 46 0 37 104 35 1D
Octal 76 43 163 56 106 0 67 404 65 35
Binary 111110 100011 1110011 101110 1000110 0 110111 100000100 110101 11101

Color Harmonies of #3E2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2373

Black with #3E2373

Text Example


Text Example

White with #3E2373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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