Html Css Color HEX #402A7B Windsor

📋 copy color: '#402A7B'

red 64 ◦ green 42 ◦ blue 123

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

Shades of Windsor #402A7B

Tints of Windsor #402A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

 BLUE value IS 123 (48.44% from 255) = 53.71%

R = 27.95%
G = 18.34%
B = 53.71%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#402A7B (or 0x402A7B) is known color: Windsor. HEX triplet: 40, 2A and 7B. RGB value is (64,42,123). Sum of RGB (Red+Green+Blue) = 64+42+123=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #402A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A7B is #BFD584. Grayscale: #393939. Windows color (decimal): -12572037 or 8071744. OLE color: 8071744.

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

Color convert

RGB 64 42 123 -
CMYK 0.48 0.66 0 0.52
HSL 256.3º 0.49% 0.32% -
HSV(B) 256.3º 0.66% 0.48% -
XYZ 6.52 4.18 19.2 -
YUV 57.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 64 42 123 0.48 0.66 0 0.52 256.3 0.49 0.32
Hex 40 2A 7B 30 42 0 34 100 31 20
Octal 100 52 173 60 102 0 64 400 61 40
Binary 1000000 101010 1111011 110000 1000010 0 110100 100000000 110001 100000

Color Harmonies of #402A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A7B

Black with #402A7B

Text Example


Text Example

White with #402A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,123); }

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

background-color css

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

 a { background-color: rgb(64,42,123); }

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

border-color css

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

 span { border-color: rgb(64,42,123); }

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