Html Css Color HEX #432876 Windsor

📋 copy color: '#432876'

red 67 ◦ green 40 ◦ blue 118

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

Shades of Windsor #432876

Tints of Windsor #432876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 29.78%
G = 17.78%
B = 52.44%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#432876 (or 0x432876) is known color: Windsor. HEX triplet: 43, 28 and 76. RGB value is (67,40,118). Sum of RGB (Red+Green+Blue) = 67+40+118=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #432876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432876 is #BCD789. Grayscale: #383838. Windows color (decimal): -12375946 or 7743555. OLE color: 7743555.

HSL color Cylindrical-coordinate representation of color #432876: hue angle of 260.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432876 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 40 118 -
CMYK 0.43 0.66 0 0.54
HSL 260.77º 0.49% 0.31% -
HSV(B) 260.77º 0.66% 0.46% -
XYZ 6.34 4.02 17.58 -
YUV 56.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 67 40 118 0.43 0.66 0 0.54 260.77 0.49 0.31
Hex 43 28 76 2B 42 0 36 105 31 1F
Octal 103 50 166 53 102 0 66 405 61 37
Binary 1000011 101000 1110110 101011 1000010 0 110110 100000101 110001 11111

Color Harmonies of #432876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432876

Black with #432876

Text Example


Text Example

White with #432876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432876; }

 p { color: rgb(67,40,118); }

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

background-color css

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

 a { background-color: rgb(67,40,118); }

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

border-color css

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

 span { border-color: rgb(67,40,118); }

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