Html Css Color HEX #432570 Windsor

📋 copy color: '#432570'

red 67 ◦ green 37 ◦ blue 112

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

Shades of Windsor #432570

Tints of Windsor #432570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 31.02%
G = 17.13%
B = 51.85%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432570 (or 0x432570) is known color: Windsor. HEX triplet: 43, 25 and 70. RGB value is (67,37,112). Sum of RGB (Red+Green+Blue) = 67+37+112=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #432570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432570 is #BCDA8F. Grayscale: #363636. Windows color (decimal): -12376720 or 7349571. OLE color: 7349571.

HSL color Cylindrical-coordinate representation of color #432570: hue angle of 264º degrees, saturation: 0.5, 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 #432570 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 37 112 -
CMYK 0.40 0.67 0 0.56
HSL 264º 0.5% 0.29% -
HSV(B) 264º 0.67% 0.44% -
XYZ 5.9 3.69 15.73 -
YUV 54.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 67 37 112 0.40 0.67 0 0.56 264 0.5 0.29
Hex 43 25 70 28 43 0 38 108 32 1D
Octal 103 45 160 50 103 0 70 410 62 35
Binary 1000011 100101 1110000 101000 1000011 0 111000 100001000 110010 11101

Color Harmonies of #432570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432570

Black with #432570

Text Example


Text Example

White with #432570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432570; }

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

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

background-color css

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

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

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

border-color css

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

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

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