Html Css Color HEX #3E2682 Windsor

📋 copy color: '#3E2682'

red 62 ◦ green 38 ◦ blue 130

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

Shades of Windsor #3E2682

Tints of Windsor #3E2682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.52%

R = 26.96%
G = 16.52%
B = 56.52%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3E2682 (or 0x3E2682) is known color: Windsor. HEX triplet: 3E, 26 and 82. RGB value is (62,38,130). Sum of RGB (Red+Green+Blue) = 62+38+130=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E2682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2682 is #C1D97D. Grayscale: #373737. Windows color (decimal): -12704126 or 8529470. OLE color: 8529470.

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

Color convert

RGB 62 38 130 -
CMYK 0.52 0.71 0 0.49
HSL 255.65º 0.55% 0.33% -
HSV(B) 255.65º 0.71% 0.51% -
XYZ 6.71 4.02 21.54 -
YUV 55.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 62 38 130 0.52 0.71 0 0.49 255.65 0.55 0.33
Hex 3E 26 82 34 47 0 31 100 37 21
Octal 76 46 202 64 107 0 61 400 67 41
Binary 111110 100110 10000010 110100 1000111 0 110001 100000000 110111 100001

Color Harmonies of #3E2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2682

Black with #3E2682

Text Example


Text Example

White with #3E2682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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