Html Css Color HEX #43347C Windsor

📋 copy color: '#43347C'

red 67 ◦ green 52 ◦ blue 124

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

Shades of Windsor #43347C

Tints of Windsor #43347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 27.57%
G = 21.4%
B = 51.03%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43347C (or 0x43347C) is known color: Windsor. HEX triplet: 43, 34 and 7C. RGB value is (67,52,124). Sum of RGB (Red+Green+Blue) = 67+52+124=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #43347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347C is #BCCB83. Grayscale: #404040. Windows color (decimal): -12372868 or 8139843. OLE color: 8139843.

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

Color convert

RGB 67 52 124 -
CMYK 0.46 0.58 0 0.51
HSL 252.5º 0.41% 0.35% -
HSV(B) 252.5º 0.58% 0.49% -
XYZ 7.18 5.1 19.68 -
YUV 64.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 67 52 124 0.46 0.58 0 0.51 252.5 0.41 0.35
Hex 43 34 7C 2E 3A 0 33 FD 29 23
Octal 103 64 174 56 72 0 63 375 51 43
Binary 1000011 110100 1111100 101110 111010 0 110011 11111101 101001 100011

Color Harmonies of #43347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43347C

Black with #43347C

Text Example


Text Example

White with #43347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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