Html Css Color HEX #40278A Windsor

📋 copy color: '#40278A'

red 64 ◦ green 39 ◦ blue 138

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

Shades of Windsor #40278A

Tints of Windsor #40278A

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 26.56%
G = 16.18%
B = 57.26%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40278A (or 0x40278A) is known color: Windsor. HEX triplet: 40, 27 and 8A. RGB value is (64,39,138). Sum of RGB (Red+Green+Blue) = 64+39+138=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #40278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40278A is #BFD875. Grayscale: #393939. Windows color (decimal): -12572790 or 9054016. OLE color: 9054016.

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

Color convert

RGB 64 39 138 -
CMYK 0.54 0.72 0 0.46
HSL 255.15º 0.56% 0.35% -
HSV(B) 255.15º 0.72% 0.54% -
XYZ 7.43 4.38 24.5 -
YUV 57.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 64 39 138 0.54 0.72 0 0.46 255.15 0.56 0.35
Hex 40 27 8A 36 48 0 2E FF 38 23
Octal 100 47 212 66 110 0 56 377 70 43
Binary 1000000 100111 10001010 110110 1001000 0 101110 11111111 111000 100011

Color Harmonies of #40278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40278A

Black with #40278A

Text Example


Text Example

White with #40278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40278A; }

 p { color: rgb(64,39,138); }

 H1.HeaderClassName
 {
   color: #40278A;
 }
 .AnyTagClassName
 {
   color: #40278A;
 }
</style>

background-color css

<style>
 a { background-color: #40278A; }

 a { background-color: rgb(64,39,138); }

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

border-color css

<style>
 span { border-color: #40278A; }

 span { border-color: rgb(64,39,138); }

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