Html Css Color HEX #432571 Windsor

📋 copy color: '#432571'

red 67 ◦ green 37 ◦ blue 113

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

Shades of Windsor #432571

Tints of Windsor #432571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 30.88%
G = 17.05%
B = 52.07%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432571 (or 0x432571) is known color: Windsor. HEX triplet: 43, 25 and 71. RGB value is (67,37,113). Sum of RGB (Red+Green+Blue) = 67+37+113=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #432571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432571 is #BCDA8E. Grayscale: #363636. Windows color (decimal): -12376719 or 7415107. OLE color: 7415107.

HSL color Cylindrical-coordinate representation of color #432571: hue angle of 263.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432571 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 37 113 -
CMYK 0.41 0.67 0 0.56
HSL 263.68º 0.51% 0.29% -
HSV(B) 263.68º 0.67% 0.44% -
XYZ 5.96 3.71 16.02 -
YUV 54.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 67 37 113 0.41 0.67 0 0.56 263.68 0.51 0.29
Hex 43 25 71 29 43 0 38 108 33 1D
Octal 103 45 161 51 103 0 70 410 63 35
Binary 1000011 100101 1110001 101001 1000011 0 111000 100001000 110011 11101

Color Harmonies of #432571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432571

Black with #432571

Text Example


Text Example

White with #432571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432571; }

 p { color: rgb(67,37,113); }

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

background-color css

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

 a { background-color: rgb(67,37,113); }

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

border-color css

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

 span { border-color: rgb(67,37,113); }

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