Html Css Color HEX #40248E Windsor

📋 copy color: '#40248E'

red 64 ◦ green 36 ◦ blue 142

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

Shades of Windsor #40248E

Tints of Windsor #40248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 26.45%
G = 14.88%
B = 58.68%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40248E (or 0x40248E) is known color: Windsor. HEX triplet: 40, 24 and 8E. RGB value is (64,36,142). Sum of RGB (Red+Green+Blue) = 64+36+142=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #40248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40248E is #BFDB71. Grayscale: #383838. Windows color (decimal): -12573554 or 9315392. OLE color: 9315392.

HSL color Cylindrical-coordinate representation of color #40248E: hue angle of 255.85º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40248E is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 36 142 -
CMYK 0.55 0.75 0 0.44
HSL 255.85º 0.6% 0.35% -
HSV(B) 255.85º 0.75% 0.56% -
XYZ 7.63 4.3 26.02 -
YUV 56.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 64 36 142 0.55 0.75 0 0.44 255.85 0.6 0.35
Hex 40 24 8E 37 4B 0 2C 100 3C 23
Octal 100 44 216 67 113 0 54 400 74 43
Binary 1000000 100100 10001110 110111 1001011 0 101100 100000000 111100 100011

Color Harmonies of #40248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40248E

Black with #40248E

Text Example


Text Example

White with #40248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40248E; }

 p { color: rgb(64,36,142); }

 H1.HeaderClassName
 {
   color: #40248E;
 }
 .AnyTagClassName
 {
   color: #40248E;
 }
</style>

background-color css

<style>
 a { background-color: #40248E; }

 a { background-color: rgb(64,36,142); }

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

border-color css

<style>
 span { border-color: #40248E; }

 span { border-color: rgb(64,36,142); }

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