Html Css Color HEX #431A77 Windsor

📋 copy color: '#431A77'

red 67 ◦ green 26 ◦ blue 119

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

Shades of Windsor #431A77

Tints of Windsor #431A77

RGB

 RED value IS 67 (26.56% from 255) = 31.6%

 GREEN value IS 26 (10.55% from 255) = 12.26%

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

R = 31.6%
G = 12.26%
B = 56.13%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431A77 (or 0x431A77) is known color: Windsor. HEX triplet: 43, 1A and 77. RGB value is (67,26,119). Sum of RGB (Red+Green+Blue) = 67+26+119=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #431A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A77 is #BCE588. Grayscale: #303030. Windows color (decimal): -12379529 or 7805507. OLE color: 7805507.

HSL color Cylindrical-coordinate representation of color #431A77: hue angle of 266.45º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431A77 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 26 119 -
CMYK 0.44 0.78 0 0.53
HSL 266.45º 0.64% 0.28% -
HSV(B) 266.45º 0.78% 0.47% -
XYZ 6.01 3.26 17.77 -
YUV 48.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 67 26 119 0.44 0.78 0 0.53 266.45 0.64 0.28
Hex 43 1A 77 2C 4E 0 35 10A 40 1C
Octal 103 32 167 54 116 0 65 412 100 34
Binary 1000011 11010 1110111 101100 1001110 0 110101 100001010 1000000 11100

Color Harmonies of #431A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A77

Black with #431A77

Text Example


Text Example

White with #431A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A77; }

 p { color: rgb(67,26,119); }

 H1.HeaderClassName
 {
   color: #431A77;
 }
 .AnyTagClassName
 {
   color: #431A77;
 }
</style>

background-color css

<style>
 a { background-color: #431A77; }

 a { background-color: rgb(67,26,119); }

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

border-color css

<style>
 span { border-color: #431A77; }

 span { border-color: rgb(67,26,119); }

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