Html Css Color HEX #40278B Windsor

📋 copy color: '#40278B'

red 64 ◦ green 39 ◦ blue 139

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

Shades of Windsor #40278B

Tints of Windsor #40278B

RGB

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

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

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

R = 26.45%
G = 16.12%
B = 57.44%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40278B (or 0x40278B) is known color: Windsor. HEX triplet: 40, 27 and 8B. RGB value is (64,39,139). Sum of RGB (Red+Green+Blue) = 64+39+139=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #40278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40278B is #BFD874. Grayscale: #393939. Windows color (decimal): -12572789 or 9119552. OLE color: 9119552.

HSL color Cylindrical-coordinate representation of color #40278B: hue angle of 255º 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 #40278B is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 39 139 -
CMYK 0.54 0.72 0 0.45
HSL 255º 0.56% 0.35% -
HSV(B) 255º 0.72% 0.55% -
XYZ 7.5 4.41 24.88 -
YUV 57.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 64 39 139 0.54 0.72 0 0.45 255 0.56 0.35
Hex 40 27 8B 36 48 0 2D FF 38 23
Octal 100 47 213 66 110 0 55 377 70 43
Binary 1000000 100111 10001011 110110 1001000 0 101101 11111111 111000 100011

Color Harmonies of #40278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40278B

Black with #40278B

Text Example


Text Example

White with #40278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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