Html Css Color HEX #3E217B Windsor

📋 copy color: '#3E217B'

red 62 ◦ green 33 ◦ blue 123

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

Shades of Windsor #3E217B

Tints of Windsor #3E217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 28.44%
G = 15.14%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E217B (or 0x3E217B) is known color: Windsor. HEX triplet: 3E, 21 and 7B. RGB value is (62,33,123). Sum of RGB (Red+Green+Blue) = 62+33+123=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E217B is #C1DE84. Grayscale: #333333. Windows color (decimal): -12705413 or 8069438. OLE color: 8069438.

HSL color Cylindrical-coordinate representation of color #3E217B: hue angle of 259.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E217B is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 33 123 -
CMYK 0.50 0.73 0 0.52
HSL 259.33º 0.58% 0.31% -
HSV(B) 259.33º 0.73% 0.48% -
XYZ 6.11 3.54 19.1 -
YUV 51.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 62 33 123 0.50 0.73 0 0.52 259.33 0.58 0.31
Hex 3E 21 7B 32 49 0 34 103 3A 1F
Octal 76 41 173 62 111 0 64 403 72 37
Binary 111110 100001 1111011 110010 1001001 0 110100 100000011 111010 11111

Color Harmonies of #3E217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E217B

Black with #3E217B

Text Example


Text Example

White with #3E217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,123); }

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

background-color css

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

 a { background-color: rgb(62,33,123); }

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

border-color css

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

 span { border-color: rgb(62,33,123); }

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