Html Css Color HEX #432484 Windsor

📋 copy color: '#432484'

red 67 ◦ green 36 ◦ blue 132

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

Shades of Windsor #432484

Tints of Windsor #432484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 28.51%
G = 15.32%
B = 56.17%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#432484 (or 0x432484) is known color: Windsor. HEX triplet: 43, 24 and 84. RGB value is (67,36,132). Sum of RGB (Red+Green+Blue) = 67+36+132=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #432484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432484 is #BCDB7B. Grayscale: #373737. Windows color (decimal): -12376956 or 8660035. OLE color: 8660035.

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

Color convert

RGB 67 36 132 -
CMYK 0.49 0.73 0 0.48
HSL 259.38º 0.57% 0.33% -
HSV(B) 259.38º 0.73% 0.52% -
XYZ 7.11 4.12 22.25 -
YUV 56.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 67 36 132 0.49 0.73 0 0.48 259.38 0.57 0.33
Hex 43 24 84 31 49 0 30 103 39 21
Octal 103 44 204 61 111 0 60 403 71 41
Binary 1000011 100100 10000100 110001 1001001 0 110000 100000011 111001 100001

Color Harmonies of #432484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432484

Black with #432484

Text Example


Text Example

White with #432484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432484; }

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

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

background-color css

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

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

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

border-color css

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

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

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