Html Css Color HEX #432884 Windsor

📋 copy color: '#432884'

red 67 ◦ green 40 ◦ blue 132

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

Shades of Windsor #432884

Tints of Windsor #432884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 28.03%
G = 16.74%
B = 55.23%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#432884 (or 0x432884) is known color: Windsor. HEX triplet: 43, 28 and 84. RGB value is (67,40,132). Sum of RGB (Red+Green+Blue) = 67+40+132=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #432884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432884 is #BCD77B. Grayscale: #3A3A3A. Windows color (decimal): -12375932 or 8661059. OLE color: 8661059.

HSL color Cylindrical-coordinate representation of color #432884: hue angle of 257.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432884 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 40 132 -
CMYK 0.49 0.70 0 0.48
HSL 257.61º 0.53% 0.34% -
HSV(B) 257.61º 0.7% 0.52% -
XYZ 7.24 4.38 22.29 -
YUV 58.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 67 40 132 0.49 0.70 0 0.48 257.61 0.53 0.34
Hex 43 28 84 31 46 0 30 102 35 22
Octal 103 50 204 61 106 0 60 402 65 42
Binary 1000011 101000 10000100 110001 1000110 0 110000 100000010 110101 100010

Color Harmonies of #432884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432884

Black with #432884

Text Example


Text Example

White with #432884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432884; }

 p { color: rgb(67,40,132); }

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

background-color css

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

 a { background-color: rgb(67,40,132); }

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

border-color css

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

 span { border-color: rgb(67,40,132); }

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