Html Css Color HEX #431B77 Windsor

📋 copy color: '#431B77'

red 67 ◦ green 27 ◦ blue 119

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

Shades of Windsor #431B77

Tints of Windsor #431B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

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

R = 31.46%
G = 12.68%
B = 55.87%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431B77 (or 0x431B77) is known color: Windsor. HEX triplet: 43, 1B and 77. RGB value is (67,27,119). Sum of RGB (Red+Green+Blue) = 67+27+119=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #431B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B77 is #BCE488. Grayscale: #313131. Windows color (decimal): -12379273 or 7805763. OLE color: 7805763.

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

Color convert

RGB 67 27 119 -
CMYK 0.44 0.77 0 0.53
HSL 266.09º 0.63% 0.29% -
HSV(B) 266.09º 0.77% 0.47% -
XYZ 6.04 3.31 17.77 -
YUV 49.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 67 27 119 0.44 0.77 0 0.53 266.09 0.63 0.29
Hex 43 1B 77 2C 4D 0 35 10A 3F 1D
Octal 103 33 167 54 115 0 65 412 77 35
Binary 1000011 11011 1110111 101100 1001101 0 110101 100001010 111111 11101

Color Harmonies of #431B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B77

Black with #431B77

Text Example


Text Example

White with #431B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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