Html Css Color HEX #402C75 Windsor

📋 copy color: '#402C75'

red 64 ◦ green 44 ◦ blue 117

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

Shades of Windsor #402C75

Tints of Windsor #402C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 28.44%
G = 19.56%
B = 52%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#402C75 (or 0x402C75) is known color: Windsor. HEX triplet: 40, 2C and 75. RGB value is (64,44,117). Sum of RGB (Red+Green+Blue) = 64+44+117=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #402C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C75 is #BFD38A. Grayscale: #3A3A3A. Windows color (decimal): -12571531 or 7679040. OLE color: 7679040.

HSL color Cylindrical-coordinate representation of color #402C75: hue angle of 256.44º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402C75 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 44 117 -
CMYK 0.45 0.62 0 0.54
HSL 256.44º 0.45% 0.32% -
HSV(B) 256.44º 0.62% 0.46% -
XYZ 6.23 4.18 17.31 -
YUV 58.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 64 44 117 0.45 0.62 0 0.54 256.44 0.45 0.32
Hex 40 2C 75 2D 3E 0 36 100 2D 20
Octal 100 54 165 55 76 0 66 400 55 40
Binary 1000000 101100 1110101 101101 111110 0 110110 100000000 101101 100000

Color Harmonies of #402C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C75

Black with #402C75

Text Example


Text Example

White with #402C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C75; }

 p { color: rgb(64,44,117); }

 H1.HeaderClassName
 {
   color: #402C75;
 }
 .AnyTagClassName
 {
   color: #402C75;
 }
</style>

background-color css

<style>
 a { background-color: #402C75; }

 a { background-color: rgb(64,44,117); }

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

border-color css

<style>
 span { border-color: #402C75; }

 span { border-color: rgb(64,44,117); }

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