Html Css Color HEX #3E307F Windsor

📋 copy color: '#3E307F'

red 62 ◦ green 48 ◦ blue 127

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

Shades of Windsor #3E307F

Tints of Windsor #3E307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 26.16%
G = 20.25%
B = 53.59%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E307F (or 0x3E307F) is known color: Windsor. HEX triplet: 3E, 30 and 7F. RGB value is (62,48,127). Sum of RGB (Red+Green+Blue) = 62+48+127=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E307F is #C1CF80. Grayscale: #3C3C3C. Windows color (decimal): -12701569 or 8335422. OLE color: 8335422.

HSL color Cylindrical-coordinate representation of color #3E307F: hue angle of 250.63º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E307F is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 48 127 -
CMYK 0.51 0.62 0 0.50
HSL 250.63º 0.45% 0.34% -
HSV(B) 250.63º 0.62% 0.5% -
XYZ 6.87 4.67 20.62 -
YUV 61.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 62 48 127 0.51 0.62 0 0.50 250.63 0.45 0.34
Hex 3E 30 7F 33 3E 0 32 FB 2D 22
Octal 76 60 177 63 76 0 62 373 55 42
Binary 111110 110000 1111111 110011 111110 0 110010 11111011 101101 100010

Color Harmonies of #3E307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E307F

Black with #3E307F

Text Example


Text Example

White with #3E307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,127); }

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

background-color css

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

 a { background-color: rgb(62,48,127); }

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

border-color css

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

 span { border-color: rgb(62,48,127); }

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