Html Css Color HEX #431C78 Windsor

📋 copy color: '#431C78'

red 67 ◦ green 28 ◦ blue 120

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

Shades of Windsor #431C78

Tints of Windsor #431C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 31.16%
G = 13.02%
B = 55.81%

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

#431C78 (or 0x431C78) is known color: Windsor. HEX triplet: 43, 1C and 78. RGB value is (67,28,120). Sum of RGB (Red+Green+Blue) = 67+28+120=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #431C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C78 is #BCE387. Grayscale: #313131. Windows color (decimal): -12379016 or 7871555. OLE color: 7871555.

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

Color convert

RGB 67 28 120 -
CMYK 0.44 0.77 0 0.53
HSL 265.43º 0.62% 0.29% -
HSV(B) 265.43º 0.77% 0.47% -
XYZ 6.12 3.38 18.1 -
YUV 50.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 67 28 120 0.44 0.77 0 0.53 265.43 0.62 0.29
Hex 43 1C 78 2C 4D 0 35 109 3E 1D
Octal 103 34 170 54 115 0 65 411 76 35
Binary 1000011 11100 1111000 101100 1001101 0 110101 100001001 111110 11101

Color Harmonies of #431C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C78

Black with #431C78

Text Example


Text Example

White with #431C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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