Html Css Color HEX #3E236F Windsor

📋 copy color: '#3E236F'

red 62 ◦ green 35 ◦ blue 111

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

Shades of Windsor #3E236F

Tints of Windsor #3E236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 29.81%
G = 16.83%
B = 53.37%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E236F (or 0x3E236F) is known color: Windsor. HEX triplet: 3E, 23 and 6F. RGB value is (62,35,111). Sum of RGB (Red+Green+Blue) = 62+35+111=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E236F is #C1DC90. Grayscale: #333333. Windows color (decimal): -12704913 or 7283518. OLE color: 7283518.

HSL color Cylindrical-coordinate representation of color #3E236F: hue angle of 261.32º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E236F is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 35 111 -
CMYK 0.44 0.68 0 0.56
HSL 261.32º 0.52% 0.29% -
HSV(B) 261.32º 0.68% 0.44% -
XYZ 5.46 3.37 15.4 -
YUV 51.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 62 35 111 0.44 0.68 0 0.56 261.32 0.52 0.29
Hex 3E 23 6F 2C 44 0 38 105 34 1D
Octal 76 43 157 54 104 0 70 405 64 35
Binary 111110 100011 1101111 101100 1000100 0 111000 100000101 110100 11101

Color Harmonies of #3E236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E236F

Black with #3E236F

Text Example


Text Example

White with #3E236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,111); }

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

background-color css

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

 a { background-color: rgb(62,35,111); }

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

border-color css

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

 span { border-color: rgb(62,35,111); }

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