Html Css Color HEX #43247C Windsor

📋 copy color: '#43247C'

red 67 ◦ green 36 ◦ blue 124

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

Shades of Windsor #43247C

Tints of Windsor #43247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 29.52%
G = 15.86%
B = 54.63%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43247C (or 0x43247C) is known color: Windsor. HEX triplet: 43, 24 and 7C. RGB value is (67,36,124). Sum of RGB (Red+Green+Blue) = 67+36+124=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #43247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43247C is #BCDB83. Grayscale: #363636. Windows color (decimal): -12376964 or 8135747. OLE color: 8135747.

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

Color convert

RGB 67 36 124 -
CMYK 0.46 0.71 0 0.51
HSL 261.14º 0.55% 0.31% -
HSV(B) 261.14º 0.71% 0.49% -
XYZ 6.58 3.91 19.48 -
YUV 55.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 67 36 124 0.46 0.71 0 0.51 261.14 0.55 0.31
Hex 43 24 7C 2E 47 0 33 105 37 1F
Octal 103 44 174 56 107 0 63 405 67 37
Binary 1000011 100100 1111100 101110 1000111 0 110011 100000101 110111 11111

Color Harmonies of #43247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43247C

Black with #43247C

Text Example


Text Example

White with #43247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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