Html Css Color HEX #432381 Windsor

📋 copy color: '#432381'

red 67 ◦ green 35 ◦ blue 129

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

Shades of Windsor #432381

Tints of Windsor #432381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 29%
G = 15.15%
B = 55.84%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#432381 (or 0x432381) is known color: Windsor. HEX triplet: 43, 23 and 81. RGB value is (67,35,129). Sum of RGB (Red+Green+Blue) = 67+35+129=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #432381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432381 is #BCDC7E. Grayscale: #363636. Windows color (decimal): -12377215 or 8463171. OLE color: 8463171.

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

Color convert

RGB 67 35 129 -
CMYK 0.48 0.73 0 0.49
HSL 260.43º 0.57% 0.32% -
HSV(B) 260.43º 0.73% 0.51% -
XYZ 6.88 3.98 21.17 -
YUV 55.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 67 35 129 0.48 0.73 0 0.49 260.43 0.57 0.32
Hex 43 23 81 30 49 0 31 104 39 20
Octal 103 43 201 60 111 0 61 404 71 40
Binary 1000011 100011 10000001 110000 1001001 0 110001 100000100 111001 100000

Color Harmonies of #432381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432381

Black with #432381

Text Example


Text Example

White with #432381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432381; }

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

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

background-color css

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

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

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

border-color css

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

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

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