Html Css Color HEX #3E2B75 Windsor

📋 copy color: '#3E2B75'

red 62 ◦ green 43 ◦ blue 117

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

Shades of Windsor #3E2B75

Tints of Windsor #3E2B75

RGB

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

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

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

R = 27.93%
G = 19.37%
B = 52.7%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E2B75 (or 0x3E2B75) is known color: Windsor. HEX triplet: 3E, 2B and 75. RGB value is (62,43,117). Sum of RGB (Red+Green+Blue) = 62+43+117=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E2B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B75 is #C1D48A. Grayscale: #383838. Windows color (decimal): -12702859 or 7678782. OLE color: 7678782.

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

Color convert

RGB 62 43 117 -
CMYK 0.47 0.63 0 0.54
HSL 255.41º 0.46% 0.31% -
HSV(B) 255.41º 0.63% 0.46% -
XYZ 6.06 4.04 17.29 -
YUV 57.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 62 43 117 0.47 0.63 0 0.54 255.41 0.46 0.31
Hex 3E 2B 75 2F 3F 0 36 FF 2E 1F
Octal 76 53 165 57 77 0 66 377 56 37
Binary 111110 101011 1110101 101111 111111 0 110110 11111111 101110 11111

Color Harmonies of #3E2B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2B75

Black with #3E2B75

Text Example


Text Example

White with #3E2B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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