Html Css Color HEX #432773 Windsor

📋 copy color: '#432773'

red 67 ◦ green 39 ◦ blue 115

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

Shades of Windsor #432773

Tints of Windsor #432773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 30.32%
G = 17.65%
B = 52.04%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432773 (or 0x432773) is known color: Windsor. HEX triplet: 43, 27 and 73. RGB value is (67,39,115). Sum of RGB (Red+Green+Blue) = 67+39+115=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #432773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432773 is #BCD88C. Grayscale: #373737. Windows color (decimal): -12376205 or 7546691. OLE color: 7546691.

HSL color Cylindrical-coordinate representation of color #432773: hue angle of 262.11º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432773 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 39 115 -
CMYK 0.42 0.66 0 0.55
HSL 262.11º 0.49% 0.3% -
HSV(B) 262.11º 0.66% 0.45% -
XYZ 6.13 3.88 16.65 -
YUV 56.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 67 39 115 0.42 0.66 0 0.55 262.11 0.49 0.3
Hex 43 27 73 2A 42 0 37 106 31 1E
Octal 103 47 163 52 102 0 67 406 61 36
Binary 1000011 100111 1110011 101010 1000010 0 110111 100000110 110001 11110

Color Harmonies of #432773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432773

Black with #432773

Text Example


Text Example

White with #432773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432773; }

 p { color: rgb(67,39,115); }

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

background-color css

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

 a { background-color: rgb(67,39,115); }

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

border-color css

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

 span { border-color: rgb(67,39,115); }

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