Html Css Color HEX #3E297B Windsor

📋 copy color: '#3E297B'

red 62 ◦ green 41 ◦ blue 123

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

Shades of Windsor #3E297B

Tints of Windsor #3E297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 27.43%
G = 18.14%
B = 54.42%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E297B (or 0x3E297B) is known color: Windsor. HEX triplet: 3E, 29 and 7B. RGB value is (62,41,123). Sum of RGB (Red+Green+Blue) = 62+41+123=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E297B is #C1D684. Grayscale: #383838. Windows color (decimal): -12703365 or 8071486. OLE color: 8071486.

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

Color convert

RGB 62 41 123 -
CMYK 0.50 0.67 0 0.52
HSL 255.37º 0.5% 0.32% -
HSV(B) 255.37º 0.67% 0.48% -
XYZ 6.35 4.04 19.18 -
YUV 56.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 62 41 123 0.50 0.67 0 0.52 255.37 0.5 0.32
Hex 3E 29 7B 32 43 0 34 FF 32 20
Octal 76 51 173 62 103 0 64 377 62 40
Binary 111110 101001 1111011 110010 1000011 0 110100 11111111 110010 100000

Color Harmonies of #3E297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E297B

Black with #3E297B

Text Example


Text Example

White with #3E297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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