Html Css Color HEX #3E2575 Windsor

📋 copy color: '#3E2575'

red 62 ◦ green 37 ◦ blue 117

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

Shades of Windsor #3E2575

Tints of Windsor #3E2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 28.7%
G = 17.13%
B = 54.17%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E2575 (or 0x3E2575) is known color: Windsor. HEX triplet: 3E, 25 and 75. RGB value is (62,37,117). Sum of RGB (Red+Green+Blue) = 62+37+117=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2575 is #C1DA8A. Grayscale: #353535. Windows color (decimal): -12704395 or 7677246. OLE color: 7677246.

HSL color Cylindrical-coordinate representation of color #3E2575: hue angle of 258.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2575 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 37 117 -
CMYK 0.47 0.68 0 0.54
HSL 258.75º 0.52% 0.3% -
HSV(B) 258.75º 0.68% 0.46% -
XYZ 5.86 3.63 17.22 -
YUV 53.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 62 37 117 0.47 0.68 0 0.54 258.75 0.52 0.3
Hex 3E 25 75 2F 44 0 36 103 34 1E
Octal 76 45 165 57 104 0 66 403 64 36
Binary 111110 100101 1110101 101111 1000100 0 110110 100000011 110100 11110

Color Harmonies of #3E2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2575

Black with #3E2575

Text Example


Text Example

White with #3E2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,37,117); }

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

background-color css

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

 a { background-color: rgb(62,37,117); }

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

border-color css

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

 span { border-color: rgb(62,37,117); }

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