Html Css Color HEX #432981 Windsor

📋 copy color: '#432981'

red 67 ◦ green 41 ◦ blue 129

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

Shades of Windsor #432981

Tints of Windsor #432981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 129 (50.78% from 255) = 54.43%

R = 28.27%
G = 17.3%
B = 54.43%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#432981 (or 0x432981) is known color: Windsor. HEX triplet: 43, 29 and 81. RGB value is (67,41,129). Sum of RGB (Red+Green+Blue) = 67+41+129=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #432981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432981 is #BCD67E. Grayscale: #3A3A3A. Windows color (decimal): -12375679 or 8464707. OLE color: 8464707.

HSL color Cylindrical-coordinate representation of color #432981: hue angle of 257.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432981 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 41 129 -
CMYK 0.48 0.68 0 0.49
HSL 257.73º 0.52% 0.33% -
HSV(B) 257.73º 0.68% 0.51% -
XYZ 7.07 4.36 21.24 -
YUV 58.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 67 41 129 0.48 0.68 0 0.49 257.73 0.52 0.33
Hex 43 29 81 30 44 0 31 102 34 21
Octal 103 51 201 60 104 0 61 402 64 41
Binary 1000011 101001 10000001 110000 1000100 0 110001 100000010 110100 100001

Color Harmonies of #432981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432981

Black with #432981

Text Example


Text Example

White with #432981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432981; }

 p { color: rgb(67,41,129); }

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

background-color css

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

 a { background-color: rgb(67,41,129); }

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

border-color css

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

 span { border-color: rgb(67,41,129); }

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