Html Css Color HEX #3E208A Windsor

📋 copy color: '#3E208A'

red 62 ◦ green 32 ◦ blue 138

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

Shades of Windsor #3E208A

Tints of Windsor #3E208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 26.72%
G = 13.79%
B = 59.48%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E208A (or 0x3E208A) is known color: Windsor. HEX triplet: 3E, 20 and 8A. RGB value is (62,32,138). Sum of RGB (Red+Green+Blue) = 62+32+138=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E208A is #C1DF75. Grayscale: #343434. Windows color (decimal): -12705654 or 9052222. OLE color: 9052222.

HSL color Cylindrical-coordinate representation of color #3E208A: hue angle of 256.98º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E208A is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 32 138 -
CMYK 0.55 0.77 0 0.46
HSL 256.98º 0.62% 0.33% -
HSV(B) 256.98º 0.77% 0.54% -
XYZ 7.09 3.89 24.42 -
YUV 53.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 62 32 138 0.55 0.77 0 0.46 256.98 0.62 0.33
Hex 3E 20 8A 37 4D 0 2E 101 3E 21
Octal 76 40 212 67 115 0 56 401 76 41
Binary 111110 100000 10001010 110111 1001101 0 101110 100000001 111110 100001

Color Harmonies of #3E208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E208A

Black with #3E208A

Text Example


Text Example

White with #3E208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,138); }

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

background-color css

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

 a { background-color: rgb(62,32,138); }

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

border-color css

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

 span { border-color: rgb(62,32,138); }

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