Html Css Color HEX #432273 Windsor

📋 copy color: '#432273'

red 67 ◦ green 34 ◦ blue 115

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

Shades of Windsor #432273

Tints of Windsor #432273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 31.02%
G = 15.74%
B = 53.24%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432273 (or 0x432273) is known color: Windsor. HEX triplet: 43, 22 and 73. RGB value is (67,34,115). Sum of RGB (Red+Green+Blue) = 67+34+115=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #432273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432273 is #BCDD8C. Grayscale: #343434. Windows color (decimal): -12377485 or 7545411. OLE color: 7545411.

HSL color Cylindrical-coordinate representation of color #432273: hue angle of 264.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432273 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 34 115 -
CMYK 0.42 0.70 0 0.55
HSL 264.44º 0.54% 0.29% -
HSV(B) 264.44º 0.7% 0.45% -
XYZ 5.98 3.58 16.59 -
YUV 53.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 67 34 115 0.42 0.70 0 0.55 264.44 0.54 0.29
Hex 43 22 73 2A 46 0 37 108 36 1D
Octal 103 42 163 52 106 0 67 410 66 35
Binary 1000011 100010 1110011 101010 1000110 0 110111 100001000 110110 11101

Color Harmonies of #432273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432273

Black with #432273

Text Example


Text Example

White with #432273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432273; }

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

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

background-color css

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

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

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

border-color css

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

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

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