Html Css Color HEX #431C79 Windsor

📋 copy color: '#431C79'

red 67 ◦ green 28 ◦ blue 121

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

Shades of Windsor #431C79

Tints of Windsor #431C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 31.02%
G = 12.96%
B = 56.02%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431C79 (or 0x431C79) is known color: Windsor. HEX triplet: 43, 1C and 79. RGB value is (67,28,121). Sum of RGB (Red+Green+Blue) = 67+28+121=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #431C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C79 is #BCE386. Grayscale: #313131. Windows color (decimal): -12379015 or 7937091. OLE color: 7937091.

HSL color Cylindrical-coordinate representation of color #431C79: hue angle of 265.16º degrees, saturation: 0.62, 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 #431C79 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 28 121 -
CMYK 0.45 0.77 0 0.53
HSL 265.16º 0.62% 0.29% -
HSV(B) 265.16º 0.77% 0.47% -
XYZ 6.18 3.4 18.42 -
YUV 50.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 67 28 121 0.45 0.77 0 0.53 265.16 0.62 0.29
Hex 43 1C 79 2D 4D 0 35 109 3E 1D
Octal 103 34 171 55 115 0 65 411 76 35
Binary 1000011 11100 1111001 101101 1001101 0 110101 100001001 111110 11101

Color Harmonies of #431C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C79

Black with #431C79

Text Example


Text Example

White with #431C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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