Html Css Color HEX #3E287E Windsor

📋 copy color: '#3E287E'

red 62 ◦ green 40 ◦ blue 126

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

Shades of Windsor #3E287E

Tints of Windsor #3E287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 27.19%
G = 17.54%
B = 55.26%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E287E (or 0x3E287E) is known color: Windsor. HEX triplet: 3E, 28 and 7E. RGB value is (62,40,126). Sum of RGB (Red+Green+Blue) = 62+40+126=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E287E is #C1D781. Grayscale: #383838. Windows color (decimal): -12703618 or 8267838. OLE color: 8267838.

HSL color Cylindrical-coordinate representation of color #3E287E: hue angle of 255.35º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E287E is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 40 126 -
CMYK 0.51 0.68 0 0.51
HSL 255.35º 0.52% 0.33% -
HSV(B) 255.35º 0.68% 0.49% -
XYZ 6.51 4.05 20.18 -
YUV 56.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 62 40 126 0.51 0.68 0 0.51 255.35 0.52 0.33
Hex 3E 28 7E 33 44 0 33 FF 34 21
Octal 76 50 176 63 104 0 63 377 64 41
Binary 111110 101000 1111110 110011 1000100 0 110011 11111111 110100 100001

Color Harmonies of #3E287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E287E

Black with #3E287E

Text Example


Text Example

White with #3E287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,40,126); }

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

background-color css

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

 a { background-color: rgb(62,40,126); }

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

border-color css

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

 span { border-color: rgb(62,40,126); }

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