Html Css Color HEX #432374 Windsor

📋 copy color: '#432374'

red 67 ◦ green 35 ◦ blue 116

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

Shades of Windsor #432374

Tints of Windsor #432374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 30.73%
G = 16.06%
B = 53.21%

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

#432374 (or 0x432374) is known color: Windsor. HEX triplet: 43, 23 and 74. RGB value is (67,35,116). Sum of RGB (Red+Green+Blue) = 67+35+116=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #432374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432374 is #BCDC8B. Grayscale: #353535. Windows color (decimal): -12377228 or 7611203. OLE color: 7611203.

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

Color convert

RGB 67 35 116 -
CMYK 0.42 0.70 0 0.55
HSL 263.7º 0.54% 0.3% -
HSV(B) 263.7º 0.7% 0.45% -
XYZ 6.07 3.66 16.91 -
YUV 53.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 67 35 116 0.42 0.70 0 0.55 263.7 0.54 0.3
Hex 43 23 74 2A 46 0 37 108 36 1E
Octal 103 43 164 52 106 0 67 410 66 36
Binary 1000011 100011 1110100 101010 1000110 0 110111 100001000 110110 11110

Color Harmonies of #432374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432374

Black with #432374

Text Example


Text Example

White with #432374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432374; }

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

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

background-color css

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

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

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

border-color css

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

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

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