Html Css Color HEX #43278C Windsor

📋 copy color: '#43278C'

red 67 ◦ green 39 ◦ blue 140

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

Shades of Windsor #43278C

Tints of Windsor #43278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 27.24%
G = 15.85%
B = 56.91%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43278C (or 0x43278C) is known color: Windsor. HEX triplet: 43, 27 and 8C. RGB value is (67,39,140). Sum of RGB (Red+Green+Blue) = 67+39+140=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #43278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43278C is #BCD873. Grayscale: #3A3A3A. Windows color (decimal): -12376180 or 9185091. OLE color: 9185091.

HSL color Cylindrical-coordinate representation of color #43278C: hue angle of 256.63º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43278C is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 39 140 -
CMYK 0.52 0.72 0 0.45
HSL 256.63º 0.56% 0.35% -
HSV(B) 256.63º 0.72% 0.55% -
XYZ 7.77 4.54 25.28 -
YUV 58.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 67 39 140 0.52 0.72 0 0.45 256.63 0.56 0.35
Hex 43 27 8C 34 48 0 2D 101 38 23
Octal 103 47 214 64 110 0 55 401 70 43
Binary 1000011 100111 10001100 110100 1001000 0 101101 100000001 111000 100011

Color Harmonies of #43278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43278C

Black with #43278C

Text Example


Text Example

White with #43278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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