Html Css Color HEX #3E317B Windsor

📋 copy color: '#3E317B'

red 62 ◦ green 49 ◦ blue 123

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

Shades of Windsor #3E317B

Tints of Windsor #3E317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 123 (48.44% from 255) = 52.56%

R = 26.5%
G = 20.94%
B = 52.56%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E317B (or 0x3E317B) is known color: Windsor. HEX triplet: 3E, 31 and 7B. RGB value is (62,49,123). Sum of RGB (Red+Green+Blue) = 62+49+123=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E317B is #C1CE84. Grayscale: #3D3D3D. Windows color (decimal): -12701317 or 8073534. OLE color: 8073534.

HSL color Cylindrical-coordinate representation of color #3E317B: hue angle of 250.54º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E317B is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 49 123 -
CMYK 0.50 0.60 0 0.52
HSL 250.54º 0.43% 0.34% -
HSV(B) 250.54º 0.6% 0.48% -
XYZ 6.66 4.65 19.29 -
YUV 61.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 62 49 123 0.50 0.60 0 0.52 250.54 0.43 0.34
Hex 3E 31 7B 32 3C 0 34 FB 2B 22
Octal 76 61 173 62 74 0 64 373 53 42
Binary 111110 110001 1111011 110010 111100 0 110100 11111011 101011 100010

Color Harmonies of #3E317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E317B

Black with #3E317B

Text Example


Text Example

White with #3E317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,123); }

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

background-color css

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

 a { background-color: rgb(62,49,123); }

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

border-color css

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

 span { border-color: rgb(62,49,123); }

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