Html Css Color HEX #43277C Windsor

📋 copy color: '#43277C'

red 67 ◦ green 39 ◦ blue 124

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

Shades of Windsor #43277C

Tints of Windsor #43277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 29.13%
G = 16.96%
B = 53.91%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43277C (or 0x43277C) is known color: Windsor. HEX triplet: 43, 27 and 7C. RGB value is (67,39,124). Sum of RGB (Red+Green+Blue) = 67+39+124=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #43277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43277C is #BCD883. Grayscale: #383838. Windows color (decimal): -12376196 or 8136515. OLE color: 8136515.

HSL color Cylindrical-coordinate representation of color #43277C: hue angle of 259.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43277C is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 39 124 -
CMYK 0.46 0.69 0 0.51
HSL 259.76º 0.52% 0.32% -
HSV(B) 259.76º 0.69% 0.49% -
XYZ 6.68 4.1 19.51 -
YUV 57.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 67 39 124 0.46 0.69 0 0.51 259.76 0.52 0.32
Hex 43 27 7C 2E 45 0 33 104 34 20
Octal 103 47 174 56 105 0 63 404 64 40
Binary 1000011 100111 1111100 101110 1000101 0 110011 100000100 110100 100000

Color Harmonies of #43277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43277C

Black with #43277C

Text Example


Text Example

White with #43277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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