Html Css Color HEX #432485 Windsor

📋 copy color: '#432485'

red 67 ◦ green 36 ◦ blue 133

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

Shades of Windsor #432485

Tints of Windsor #432485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 28.39%
G = 15.25%
B = 56.36%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#432485 (or 0x432485) is known color: Windsor. HEX triplet: 43, 24 and 85. RGB value is (67,36,133). Sum of RGB (Red+Green+Blue) = 67+36+133=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #432485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432485 is #BCDB7A. Grayscale: #373737. Windows color (decimal): -12376955 or 8725571. OLE color: 8725571.

HSL color Cylindrical-coordinate representation of color #432485: hue angle of 259.18º 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 #432485 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 36 133 -
CMYK 0.50 0.73 0 0.48
HSL 259.18º 0.57% 0.33% -
HSV(B) 259.18º 0.73% 0.52% -
XYZ 7.18 4.15 22.61 -
YUV 56.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 67 36 133 0.50 0.73 0 0.48 259.18 0.57 0.33
Hex 43 24 85 32 49 0 30 103 39 21
Octal 103 44 205 62 111 0 60 403 71 41
Binary 1000011 100100 10000101 110010 1001001 0 110000 100000011 111001 100001

Color Harmonies of #432485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432485

Black with #432485

Text Example


Text Example

White with #432485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432485; }

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

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

background-color css

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

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

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

border-color css

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

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

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