Html Css Color HEX #3E278B Windsor

📋 copy color: '#3E278B'

red 62 ◦ green 39 ◦ blue 139

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

Shades of Windsor #3E278B

Tints of Windsor #3E278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 25.83%
G = 16.25%
B = 57.92%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E278B (or 0x3E278B) is known color: Windsor. HEX triplet: 3E, 27 and 8B. RGB value is (62,39,139). Sum of RGB (Red+Green+Blue) = 62+39+139=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E278B is #C1D874. Grayscale: #383838. Windows color (decimal): -12703861 or 9119550. OLE color: 9119550.

HSL color Cylindrical-coordinate representation of color #3E278B: hue angle of 253.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E278B is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 39 139 -
CMYK 0.55 0.72 0 0.45
HSL 253.8º 0.56% 0.35% -
HSV(B) 253.8º 0.72% 0.55% -
XYZ 7.37 4.34 24.88 -
YUV 57.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 62 39 139 0.55 0.72 0 0.45 253.8 0.56 0.35
Hex 3E 27 8B 37 48 0 2D FE 38 23
Octal 76 47 213 67 110 0 55 376 70 43
Binary 111110 100111 10001011 110111 1001000 0 101101 11111110 111000 100011

Color Harmonies of #3E278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E278B

Black with #3E278B

Text Example


Text Example

White with #3E278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,39,139); }

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

background-color css

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

 a { background-color: rgb(62,39,139); }

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

border-color css

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

 span { border-color: rgb(62,39,139); }

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