Html Css Color HEX #3E1D77 Windsor

📋 copy color: '#3E1D77'

red 62 ◦ green 29 ◦ blue 119

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

Shades of Windsor #3E1D77

Tints of Windsor #3E1D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.81%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 29.52%
G = 13.81%
B = 56.67%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E1D77 (or 0x3E1D77) is known color: Windsor. HEX triplet: 3E, 1D and 77. RGB value is (62,29,119). Sum of RGB (Red+Green+Blue) = 62+29+119=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1D77 is #C1E288. Grayscale: #303030. Windows color (decimal): -12706441 or 7806270. OLE color: 7806270.

HSL color Cylindrical-coordinate representation of color #3E1D77: hue angle of 262º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1D77 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 29 119 -
CMYK 0.48 0.76 0 0.53
HSL 262º 0.61% 0.29% -
HSV(B) 262º 0.76% 0.47% -
XYZ 5.76 3.23 17.77 -
YUV 49.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 62 29 119 0.48 0.76 0 0.53 262 0.61 0.29
Hex 3E 1D 77 30 4C 0 35 106 3D 1D
Octal 76 35 167 60 114 0 65 406 75 35
Binary 111110 11101 1110111 110000 1001100 0 110101 100000110 111101 11101

Color Harmonies of #3E1D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D77

Black with #3E1D77

Text Example


Text Example

White with #3E1D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,29,119); }

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

background-color css

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

 a { background-color: rgb(62,29,119); }

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

border-color css

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

 span { border-color: rgb(62,29,119); }

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