Html Css Color HEX #40296C Windsor

📋 copy color: '#40296C'

red 64 ◦ green 41 ◦ blue 108

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

Shades of Windsor #40296C

Tints of Windsor #40296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 30.05%
G = 19.25%
B = 50.7%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40296C (or 0x40296C) is known color: Windsor. HEX triplet: 40, 29 and 6C. RGB value is (64,41,108). Sum of RGB (Red+Green+Blue) = 64+41+108=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #40296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40296C is #BFD693. Grayscale: #373737. Windows color (decimal): -12572308 or 7088448. OLE color: 7088448.

HSL color Cylindrical-coordinate representation of color #40296C: hue angle of 260.6º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40296C is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 41 108 -
CMYK 0.41 0.62 0 0.58
HSL 260.6º 0.45% 0.29% -
HSV(B) 260.6º 0.62% 0.42% -
XYZ 5.61 3.76 14.62 -
YUV 55.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 64 41 108 0.41 0.62 0 0.58 260.6 0.45 0.29
Hex 40 29 6C 29 3E 0 3A 105 2D 1D
Octal 100 51 154 51 76 0 72 405 55 35
Binary 1000000 101001 1101100 101001 111110 0 111010 100000101 101101 11101

Color Harmonies of #40296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40296C

Black with #40296C

Text Example


Text Example

White with #40296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40296C; }

 p { color: rgb(64,41,108); }

 H1.HeaderClassName
 {
   color: #40296C;
 }
 .AnyTagClassName
 {
   color: #40296C;
 }
</style>

background-color css

<style>
 a { background-color: #40296C; }

 a { background-color: rgb(64,41,108); }

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

border-color css

<style>
 span { border-color: #40296C; }

 span { border-color: rgb(64,41,108); }

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