Html Css Color HEX #43317C Windsor

📋 copy color: '#43317C'

red 67 ◦ green 49 ◦ blue 124

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

Shades of Windsor #43317C

Tints of Windsor #43317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

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

R = 27.92%
G = 20.42%
B = 51.67%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43317C (or 0x43317C) is known color: Windsor. HEX triplet: 43, 31 and 7C. RGB value is (67,49,124). Sum of RGB (Red+Green+Blue) = 67+49+124=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #43317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43317C is #BCCE83. Grayscale: #3E3E3E. Windows color (decimal): -12373636 or 8139075. OLE color: 8139075.

HSL color Cylindrical-coordinate representation of color #43317C: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43317C is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 49 124 -
CMYK 0.46 0.60 0 0.51
HSL 254.4º 0.43% 0.34% -
HSV(B) 254.4º 0.6% 0.49% -
XYZ 7.05 4.85 19.63 -
YUV 62.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 67 49 124 0.46 0.60 0 0.51 254.4 0.43 0.34
Hex 43 31 7C 2E 3C 0 33 FE 2B 22
Octal 103 61 174 56 74 0 63 376 53 42
Binary 1000011 110001 1111100 101110 111100 0 110011 11111110 101011 100010

Color Harmonies of #43317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43317C

Black with #43317C

Text Example


Text Example

White with #43317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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