Html Css Color HEX #432287 Windsor

📋 copy color: '#432287'

red 67 ◦ green 34 ◦ blue 135

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

Shades of Windsor #432287

Tints of Windsor #432287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 28.39%
G = 14.41%
B = 57.2%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#432287 (or 0x432287) is known color: Windsor. HEX triplet: 43, 22 and 87. RGB value is (67,34,135). Sum of RGB (Red+Green+Blue) = 67+34+135=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #432287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432287 is #BCDD78. Grayscale: #373737. Windows color (decimal): -12377465 or 8856131. OLE color: 8856131.

HSL color Cylindrical-coordinate representation of color #432287: hue angle of 259.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432287 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 34 135 -
CMYK 0.50 0.75 0 0.47
HSL 259.6º 0.6% 0.33% -
HSV(B) 259.6º 0.75% 0.53% -
XYZ 7.26 4.09 23.33 -
YUV 55.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 67 34 135 0.50 0.75 0 0.47 259.6 0.6 0.33
Hex 43 22 87 32 4B 0 2F 104 3C 21
Octal 103 42 207 62 113 0 57 404 74 41
Binary 1000011 100010 10000111 110010 1001011 0 101111 100000100 111100 100001

Color Harmonies of #432287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432287

Black with #432287

Text Example


Text Example

White with #432287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432287; }

 p { color: rgb(67,34,135); }

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

background-color css

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

 a { background-color: rgb(67,34,135); }

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

border-color css

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

 span { border-color: rgb(67,34,135); }

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