Html Css Color HEX #40238E Windsor

📋 copy color: '#40238E'

red 64 ◦ green 35 ◦ blue 142

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

Shades of Windsor #40238E

Tints of Windsor #40238E

RGB

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

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

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

R = 26.56%
G = 14.52%
B = 58.92%

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

#40238E (or 0x40238E) is known color: Windsor. HEX triplet: 40, 23 and 8E. RGB value is (64,35,142). Sum of RGB (Red+Green+Blue) = 64+35+142=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #40238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40238E is #BFDC71. Grayscale: #373737. Windows color (decimal): -12573810 or 9315136. OLE color: 9315136.

HSL color Cylindrical-coordinate representation of color #40238E: hue angle of 256.26º 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 #40238E is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 35 142 -
CMYK 0.55 0.75 0 0.44
HSL 256.26º 0.6% 0.35% -
HSV(B) 256.26º 0.75% 0.56% -
XYZ 7.6 4.25 26.01 -
YUV 55.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 64 35 142 0.55 0.75 0 0.44 256.26 0.6 0.35
Hex 40 23 8E 37 4B 0 2C 100 3C 23
Octal 100 43 216 67 113 0 54 400 74 43
Binary 1000000 100011 10001110 110111 1001011 0 101100 100000000 111100 100011

Color Harmonies of #40238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40238E

Black with #40238E

Text Example


Text Example

White with #40238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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