Html Css Color HEX #431977 Windsor

📋 copy color: '#431977'

red 67 ◦ green 25 ◦ blue 119

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

Shades of Windsor #431977

Tints of Windsor #431977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 31.75%
G = 11.85%
B = 56.4%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431977 (or 0x431977) is known color: Windsor. HEX triplet: 43, 19 and 77. RGB value is (67,25,119). Sum of RGB (Red+Green+Blue) = 67+25+119=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #431977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431977 is #BCE688. Grayscale: #2F2F2F. Windows color (decimal): -12379785 or 7805251. OLE color: 7805251.

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

Color convert

RGB 67 25 119 -
CMYK 0.44 0.79 0 0.53
HSL 266.81º 0.65% 0.28% -
HSV(B) 266.81º 0.79% 0.47% -
XYZ 5.99 3.22 17.76 -
YUV 48.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 67 25 119 0.44 0.79 0 0.53 266.81 0.65 0.28
Hex 43 19 77 2C 4F 0 35 10B 41 1C
Octal 103 31 167 54 117 0 65 413 101 34
Binary 1000011 11001 1110111 101100 1001111 0 110101 100001011 1000001 11100

Color Harmonies of #431977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431977

Black with #431977

Text Example


Text Example

White with #431977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431977; }

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

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

background-color css

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

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

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

border-color css

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

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

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