Html Css Color HEX #40287A Windsor

📋 copy color: '#40287A'

red 64 ◦ green 40 ◦ blue 122

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

Shades of Windsor #40287A

Tints of Windsor #40287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 28.32%
G = 17.7%
B = 53.98%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40287A (or 0x40287A) is known color: Windsor. HEX triplet: 40, 28 and 7A. RGB value is (64,40,122). Sum of RGB (Red+Green+Blue) = 64+40+122=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #40287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40287A is #BFD785. Grayscale: #383838. Windows color (decimal): -12572550 or 8005696. OLE color: 8005696.

HSL color Cylindrical-coordinate representation of color #40287A: hue angle of 257.56º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40287A is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 40 122 -
CMYK 0.48 0.67 0 0.52
HSL 257.56º 0.51% 0.32% -
HSV(B) 257.56º 0.67% 0.48% -
XYZ 6.39 4.01 18.85 -
YUV 56.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 64 40 122 0.48 0.67 0 0.52 257.56 0.51 0.32
Hex 40 28 7A 30 43 0 34 102 33 20
Octal 100 50 172 60 103 0 64 402 63 40
Binary 1000000 101000 1111010 110000 1000011 0 110100 100000010 110011 100000

Color Harmonies of #40287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40287A

Black with #40287A

Text Example


Text Example

White with #40287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,40,122); }

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

background-color css

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

 a { background-color: rgb(64,40,122); }

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

border-color css

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

 span { border-color: rgb(64,40,122); }

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