Html Css Color HEX #3E227F Windsor

📋 copy color: '#3E227F'

red 62 ◦ green 34 ◦ blue 127

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

Shades of Windsor #3E227F

Tints of Windsor #3E227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 27.8%
G = 15.25%
B = 56.95%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E227F (or 0x3E227F) is known color: Windsor. HEX triplet: 3E, 22 and 7F. RGB value is (62,34,127). Sum of RGB (Red+Green+Blue) = 62+34+127=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E227F is #C1DD80. Grayscale: #343434. Windows color (decimal): -12705153 or 8331838. OLE color: 8331838.

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

Color convert

RGB 62 34 127 -
CMYK 0.51 0.73 0 0.50
HSL 258.06º 0.58% 0.32% -
HSV(B) 258.06º 0.73% 0.5% -
XYZ 6.39 3.7 20.46 -
YUV 52.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 62 34 127 0.51 0.73 0 0.50 258.06 0.58 0.32
Hex 3E 22 7F 33 49 0 32 102 3A 20
Octal 76 42 177 63 111 0 62 402 72 40
Binary 111110 100010 1111111 110011 1001001 0 110010 100000010 111010 100000

Color Harmonies of #3E227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E227F

Black with #3E227F

Text Example


Text Example

White with #3E227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,127); }

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

background-color css

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

 a { background-color: rgb(62,34,127); }

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

border-color css

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

 span { border-color: rgb(62,34,127); }

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