Html Css Color HEX #432274 Windsor

📋 copy color: '#432274'

red 67 ◦ green 34 ◦ blue 116

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

Shades of Windsor #432274

Tints of Windsor #432274

RGB

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

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

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

R = 30.88%
G = 15.67%
B = 53.46%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432274 (or 0x432274) is known color: Windsor. HEX triplet: 43, 22 and 74. RGB value is (67,34,116). Sum of RGB (Red+Green+Blue) = 67+34+116=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #432274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432274 is #BCDD8B. Grayscale: #343434. Windows color (decimal): -12377484 or 7610947. OLE color: 7610947.

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

Color convert

RGB 67 34 116 -
CMYK 0.42 0.71 0 0.55
HSL 264.15º 0.55% 0.29% -
HSV(B) 264.15º 0.71% 0.45% -
XYZ 6.04 3.6 16.9 -
YUV 53.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 67 34 116 0.42 0.71 0 0.55 264.15 0.55 0.29
Hex 43 22 74 2A 47 0 37 108 37 1D
Octal 103 42 164 52 107 0 67 410 67 35
Binary 1000011 100010 1110100 101010 1000111 0 110111 100001000 110111 11101

Color Harmonies of #432274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432274

Black with #432274

Text Example


Text Example

White with #432274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432274; }

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

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

background-color css

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

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

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

border-color css

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

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

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