Html Css Color HEX #431C76 Windsor

📋 copy color: '#431C76'

red 67 ◦ green 28 ◦ blue 118

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

Shades of Windsor #431C76

Tints of Windsor #431C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.4%

R = 31.46%
G = 13.15%
B = 55.4%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431C76 (or 0x431C76) is known color: Windsor. HEX triplet: 43, 1C and 76. RGB value is (67,28,118). Sum of RGB (Red+Green+Blue) = 67+28+118=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #431C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C76 is #BCE389. Grayscale: #313131. Windows color (decimal): -12379018 or 7740483. OLE color: 7740483.

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

Color convert

RGB 67 28 118 -
CMYK 0.43 0.76 0 0.54
HSL 266º 0.62% 0.29% -
HSV(B) 266º 0.76% 0.46% -
XYZ 6 3.33 17.47 -
YUV 49.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 67 28 118 0.43 0.76 0 0.54 266 0.62 0.29
Hex 43 1C 76 2B 4C 0 36 10A 3E 1D
Octal 103 34 166 53 114 0 66 412 76 35
Binary 1000011 11100 1110110 101011 1001100 0 110110 100001010 111110 11101

Color Harmonies of #431C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C76

Black with #431C76

Text Example


Text Example

White with #431C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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