Html Css Color HEX #432978 Windsor

📋 copy color: '#432978'

red 67 ◦ green 41 ◦ blue 120

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

Shades of Windsor #432978

Tints of Windsor #432978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 29.39%
G = 17.98%
B = 52.63%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432978 (or 0x432978) is known color: Windsor. HEX triplet: 43, 29 and 78. RGB value is (67,41,120). Sum of RGB (Red+Green+Blue) = 67+41+120=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #432978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432978 is #BCD687. Grayscale: #393939. Windows color (decimal): -12375688 or 7874883. OLE color: 7874883.

HSL color Cylindrical-coordinate representation of color #432978: hue angle of 259.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432978 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 41 120 -
CMYK 0.44 0.66 0 0.53
HSL 259.75º 0.49% 0.32% -
HSV(B) 259.75º 0.66% 0.47% -
XYZ 6.5 4.14 18.23 -
YUV 57.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 67 41 120 0.44 0.66 0 0.53 259.75 0.49 0.32
Hex 43 29 78 2C 42 0 35 104 31 20
Octal 103 51 170 54 102 0 65 404 61 40
Binary 1000011 101001 1111000 101100 1000010 0 110101 100000100 110001 100000

Color Harmonies of #432978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432978

Black with #432978

Text Example


Text Example

White with #432978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432978; }

 p { color: rgb(67,41,120); }

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

background-color css

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

 a { background-color: rgb(67,41,120); }

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

border-color css

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

 span { border-color: rgb(67,41,120); }

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