Html Css Color HEX #432F80 Windsor

📋 copy color: '#432F80'

red 67 ◦ green 47 ◦ blue 128

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

Shades of Windsor #432F80

Tints of Windsor #432F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 27.69%
G = 19.42%
B = 52.89%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#432F80 (or 0x432F80) is known color: Windsor. HEX triplet: 43, 2F and 80. RGB value is (67,47,128). Sum of RGB (Red+Green+Blue) = 67+47+128=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #432F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F80 is #BCD07F. Grayscale: #3D3D3D. Windows color (decimal): -12374144 or 8400707. OLE color: 8400707.

HSL color Cylindrical-coordinate representation of color #432F80: hue angle of 254.81º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432F80 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 47 128 -
CMYK 0.48 0.63 0 0.50
HSL 254.81º 0.46% 0.34% -
HSV(B) 254.81º 0.63% 0.5% -
XYZ 7.23 4.78 20.96 -
YUV 62.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 67 47 128 0.48 0.63 0 0.50 254.81 0.46 0.34
Hex 43 2F 80 30 3F 0 32 FF 2E 22
Octal 103 57 200 60 77 0 62 377 56 42
Binary 1000011 101111 10000000 110000 111111 0 110010 11111111 101110 100010

Color Harmonies of #432F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F80

Black with #432F80

Text Example


Text Example

White with #432F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432F80; }

 p { color: rgb(67,47,128); }

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

background-color css

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

 a { background-color: rgb(67,47,128); }

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

border-color css

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

 span { border-color: rgb(67,47,128); }

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