Html Css Color HEX #3E2185 Windsor

📋 copy color: '#3E2185'

red 62 ◦ green 33 ◦ blue 133

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

Shades of Windsor #3E2185

Tints of Windsor #3E2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

 BLUE value IS 133 (52.34% from 255) = 58.33%

R = 27.19%
G = 14.47%
B = 58.33%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E2185 (or 0x3E2185) is known color: Windsor. HEX triplet: 3E, 21 and 85. RGB value is (62,33,133). Sum of RGB (Red+Green+Blue) = 62+33+133=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2185 is #C1DE7A. Grayscale: #343434. Windows color (decimal): -12705403 or 8724798. OLE color: 8724798.

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

Color convert

RGB 62 33 133 -
CMYK 0.53 0.75 0 0.48
HSL 257.4º 0.6% 0.33% -
HSV(B) 257.4º 0.75% 0.52% -
XYZ 6.76 3.81 22.57 -
YUV 53.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 62 33 133 0.53 0.75 0 0.48 257.4 0.6 0.33
Hex 3E 21 85 35 4B 0 30 101 3C 21
Octal 76 41 205 65 113 0 60 401 74 41
Binary 111110 100001 10000101 110101 1001011 0 110000 100000001 111100 100001

Color Harmonies of #3E2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2185

Black with #3E2185

Text Example


Text Example

White with #3E2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,133); }

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

background-color css

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

 a { background-color: rgb(62,33,133); }

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

border-color css

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

 span { border-color: rgb(62,33,133); }

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