Html Css Color HEX #431978 Windsor

📋 copy color: '#431978'

red 67 ◦ green 25 ◦ blue 120

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

Shades of Windsor #431978

Tints of Windsor #431978

RGB

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

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

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

R = 31.6%
G = 11.79%
B = 56.6%

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

#431978 (or 0x431978) is known color: Windsor. HEX triplet: 43, 19 and 78. RGB value is (67,25,120). Sum of RGB (Red+Green+Blue) = 67+25+120=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #431978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431978 is #BCE687. Grayscale: #303030. Windows color (decimal): -12379784 or 7870787. OLE color: 7870787.

HSL color Cylindrical-coordinate representation of color #431978: hue angle of 266.53º degrees, saturation: 0.66, 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 #431978 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 25 120 -
CMYK 0.44 0.79 0 0.53
HSL 266.53º 0.66% 0.28% -
HSV(B) 266.53º 0.79% 0.47% -
XYZ 6.05 3.24 18.08 -
YUV 48.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 67 25 120 0.44 0.79 0 0.53 266.53 0.66 0.28
Hex 43 19 78 2C 4F 0 35 10B 42 1C
Octal 103 31 170 54 117 0 65 413 102 34
Binary 1000011 11001 1111000 101100 1001111 0 110101 100001011 1000010 11100

Color Harmonies of #431978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431978

Black with #431978

Text Example


Text Example

White with #431978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431978; }

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

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

background-color css

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

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

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

border-color css

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

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

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