Html Css Color HEX #432C6E Windsor

📋 copy color: '#432C6E'

red 67 ◦ green 44 ◦ blue 110

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

Shades of Windsor #432C6E

Tints of Windsor #432C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 30.32%
G = 19.91%
B = 49.77%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#432C6E (or 0x432C6E) is known color: Windsor. HEX triplet: 43, 2C and 6E. RGB value is (67,44,110). Sum of RGB (Red+Green+Blue) = 67+44+110=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #432C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C6E is #BCD391. Grayscale: #3A3A3A. Windows color (decimal): -12374930 or 7220291. OLE color: 7220291.

HSL color Cylindrical-coordinate representation of color #432C6E: hue angle of 260.91º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432C6E is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 67 44 110 -
CMYK 0.39 0.6 0 0.57
HSL 260.91º 0.43% 0.3% -
HSV(B) 260.91º 0.6% 0.43% -
XYZ 6.03 4.12 15.23 -
YUV 58.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 67 44 110 0.39 0.6 0 0.57 260.91 0.43 0.3
Hex 43 2C 6E 27 3C 0 39 105 2B 1E
Octal 103 54 156 47 74 0 71 405 53 36
Binary 1000011 101100 1101110 100111 111100 0 111001 100000101 101011 11110

Color Harmonies of #432C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432C6E

Black with #432C6E

Text Example


Text Example

White with #432C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432C6E; }

 p { color: rgb(67,44,110); }

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

background-color css

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

 a { background-color: rgb(67,44,110); }

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

border-color css

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

 span { border-color: rgb(67,44,110); }

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