Html Css Color HEX #432878 Windsor

📋 copy color: '#432878'

red 67 ◦ green 40 ◦ blue 120

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

Shades of Windsor #432878

Tints of Windsor #432878

RGB

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

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

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

R = 29.52%
G = 17.62%
B = 52.86%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432878 (or 0x432878) is known color: Windsor. HEX triplet: 43, 28 and 78. RGB value is (67,40,120). Sum of RGB (Red+Green+Blue) = 67+40+120=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #432878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432878 is #BCD787. Grayscale: #383838. Windows color (decimal): -12375944 or 7874627. OLE color: 7874627.

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

Color convert

RGB 67 40 120 -
CMYK 0.44 0.67 0 0.53
HSL 260.25º 0.5% 0.31% -
HSV(B) 260.25º 0.67% 0.47% -
XYZ 6.46 4.07 18.21 -
YUV 57.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 67 40 120 0.44 0.67 0 0.53 260.25 0.5 0.31
Hex 43 28 78 2C 43 0 35 104 32 1F
Octal 103 50 170 54 103 0 65 404 62 37
Binary 1000011 101000 1111000 101100 1000011 0 110101 100000100 110010 11111

Color Harmonies of #432878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432878

Black with #432878

Text Example


Text Example

White with #432878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432878; }

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

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

background-color css

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

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

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

border-color css

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

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

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