Html Css Color HEX #3E2684 Windsor

📋 copy color: '#3E2684'

red 62 ◦ green 38 ◦ blue 132

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

Shades of Windsor #3E2684

Tints of Windsor #3E2684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 26.72%
G = 16.38%
B = 56.9%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E2684 (or 0x3E2684) is known color: Windsor. HEX triplet: 3E, 26 and 84. RGB value is (62,38,132). Sum of RGB (Red+Green+Blue) = 62+38+132=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2684 is #C1D97B. Grayscale: #373737. Windows color (decimal): -12704124 or 8660542. OLE color: 8660542.

HSL color Cylindrical-coordinate representation of color #3E2684: hue angle of 255.32º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2684 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 38 132 -
CMYK 0.53 0.71 0 0.48
HSL 255.32º 0.55% 0.33% -
HSV(B) 255.32º 0.71% 0.52% -
XYZ 6.84 4.08 22.26 -
YUV 55.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 62 38 132 0.53 0.71 0 0.48 255.32 0.55 0.33
Hex 3E 26 84 35 47 0 30 FF 37 21
Octal 76 46 204 65 107 0 60 377 67 41
Binary 111110 100110 10000100 110101 1000111 0 110000 11111111 110111 100001

Color Harmonies of #3E2684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2684

Black with #3E2684

Text Example


Text Example

White with #3E2684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,132); }

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

background-color css

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

 a { background-color: rgb(62,38,132); }

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

border-color css

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

 span { border-color: rgb(62,38,132); }

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