Html Css Color HEX #402F77 Windsor

📋 copy color: '#402F77'

red 64 ◦ green 47 ◦ blue 119

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

Shades of Windsor #402F77

Tints of Windsor #402F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 27.83%
G = 20.43%
B = 51.74%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402F77 (or 0x402F77) is known color: Windsor. HEX triplet: 40, 2F and 77. RGB value is (64,47,119). Sum of RGB (Red+Green+Blue) = 64+47+119=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #402F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F77 is #BFD088. Grayscale: #3C3C3C. Windows color (decimal): -12570761 or 7810880. OLE color: 7810880.

HSL color Cylindrical-coordinate representation of color #402F77: hue angle of 254.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402F77 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 47 119 -
CMYK 0.46 0.61 0 0.53
HSL 254.17º 0.43% 0.33% -
HSV(B) 254.17º 0.61% 0.47% -
XYZ 6.46 4.45 17.97 -
YUV 60.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 64 47 119 0.46 0.61 0 0.53 254.17 0.43 0.33
Hex 40 2F 77 2E 3D 0 35 FE 2B 21
Octal 100 57 167 56 75 0 65 376 53 41
Binary 1000000 101111 1110111 101110 111101 0 110101 11111110 101011 100001

Color Harmonies of #402F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F77

Black with #402F77

Text Example


Text Example

White with #402F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,119); }

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

background-color css

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

 a { background-color: rgb(64,47,119); }

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

border-color css

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

 span { border-color: rgb(64,47,119); }

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