Html Css Color HEX #3E2B7C Windsor

📋 copy color: '#3E2B7C'

red 62 ◦ green 43 ◦ blue 124

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

Shades of Windsor #3E2B7C

Tints of Windsor #3E2B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 27.07%
G = 18.78%
B = 54.15%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E2B7C (or 0x3E2B7C) is known color: Windsor. HEX triplet: 3E, 2B and 7C. RGB value is (62,43,124). Sum of RGB (Red+Green+Blue) = 62+43+124=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E2B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B7C is #C1D483. Grayscale: #393939. Windows color (decimal): -12702852 or 8137534. OLE color: 8137534.

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

Color convert

RGB 62 43 124 -
CMYK 0.5 0.65 0 0.51
HSL 254.07º 0.49% 0.33% -
HSV(B) 254.07º 0.65% 0.49% -
XYZ 6.49 4.21 19.54 -
YUV 57.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 62 43 124 0.5 0.65 0 0.51 254.07 0.49 0.33
Hex 3E 2B 7C 32 41 0 33 FE 31 21
Octal 76 53 174 62 101 0 63 376 61 41
Binary 111110 101011 1111100 110010 1000001 0 110011 11111110 110001 100001

Color Harmonies of #3E2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2B7C

Black with #3E2B7C

Text Example


Text Example

White with #3E2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,43,124); }

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

background-color css

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

 a { background-color: rgb(62,43,124); }

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

border-color css

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

 span { border-color: rgb(62,43,124); }

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