Html Css Color HEX #3E2A7B Windsor

📋 copy color: '#3E2A7B'

red 62 ◦ green 42 ◦ blue 123

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

Shades of Windsor #3E2A7B

Tints of Windsor #3E2A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 27.31%
G = 18.5%
B = 54.19%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E2A7B (or 0x3E2A7B) is known color: Windsor. HEX triplet: 3E, 2A and 7B. RGB value is (62,42,123). Sum of RGB (Red+Green+Blue) = 62+42+123=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E2A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2A7B is #C1D584. Grayscale: #383838. Windows color (decimal): -12703109 or 8071742. OLE color: 8071742.

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

Color convert

RGB 62 42 123 -
CMYK 0.50 0.66 0 0.52
HSL 254.81º 0.49% 0.32% -
HSV(B) 254.81º 0.66% 0.48% -
XYZ 6.39 4.11 19.2 -
YUV 57.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 62 42 123 0.50 0.66 0 0.52 254.81 0.49 0.32
Hex 3E 2A 7B 32 42 0 34 FF 31 20
Octal 76 52 173 62 102 0 64 377 61 40
Binary 111110 101010 1111011 110010 1000010 0 110100 11111111 110001 100000

Color Harmonies of #3E2A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2A7B

Black with #3E2A7B

Text Example


Text Example

White with #3E2A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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