Html Css Color HEX #432E74 Windsor

📋 copy color: '#432E74'

red 67 ◦ green 46 ◦ blue 116

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

Shades of Windsor #432E74

Tints of Windsor #432E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

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

R = 29.26%
G = 20.09%
B = 50.66%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432E74 (or 0x432E74) is known color: Windsor. HEX triplet: 43, 2E and 74. RGB value is (67,46,116). Sum of RGB (Red+Green+Blue) = 67+46+116=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #432E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E74 is #BCD18B. Grayscale: #3B3B3B. Windows color (decimal): -12374412 or 7614019. OLE color: 7614019.

HSL color Cylindrical-coordinate representation of color #432E74: hue angle of 258º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432E74 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 46 116 -
CMYK 0.42 0.60 0 0.55
HSL 258º 0.43% 0.32% -
HSV(B) 258º 0.6% 0.45% -
XYZ 6.44 4.41 17.03 -
YUV 60.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 67 46 116 0.42 0.60 0 0.55 258 0.43 0.32
Hex 43 2E 74 2A 3C 0 37 102 2B 20
Octal 103 56 164 52 74 0 67 402 53 40
Binary 1000011 101110 1110100 101010 111100 0 110111 100000010 101011 100000

Color Harmonies of #432E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432E74

Black with #432E74

Text Example


Text Example

White with #432E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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