Html Css Color HEX #431C77 Windsor

📋 copy color: '#431C77'

red 67 ◦ green 28 ◦ blue 119

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

Shades of Windsor #431C77

Tints of Windsor #431C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

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

R = 31.31%
G = 13.08%
B = 55.61%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431C77 (or 0x431C77) is known color: Windsor. HEX triplet: 43, 1C and 77. RGB value is (67,28,119). Sum of RGB (Red+Green+Blue) = 67+28+119=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #431C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C77 is #BCE388. Grayscale: #313131. Windows color (decimal): -12379017 or 7806019. OLE color: 7806019.

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

Color convert

RGB 67 28 119 -
CMYK 0.44 0.76 0 0.53
HSL 265.71º 0.62% 0.29% -
HSV(B) 265.71º 0.76% 0.47% -
XYZ 6.06 3.36 17.78 -
YUV 50.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 67 28 119 0.44 0.76 0 0.53 265.71 0.62 0.29
Hex 43 1C 77 2C 4C 0 35 10A 3E 1D
Octal 103 34 167 54 114 0 65 412 76 35
Binary 1000011 11100 1110111 101100 1001100 0 110101 100001010 111110 11101

Color Harmonies of #431C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C77

Black with #431C77

Text Example


Text Example

White with #431C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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