Html Css Color HEX #43227B Windsor

📋 copy color: '#43227B'

red 67 ◦ green 34 ◦ blue 123

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

Shades of Windsor #43227B

Tints of Windsor #43227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 29.91%
G = 15.18%
B = 54.91%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#43227B (or 0x43227B) is known color: Windsor. HEX triplet: 43, 22 and 7B. RGB value is (67,34,123). Sum of RGB (Red+Green+Blue) = 67+34+123=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #43227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43227B is #BCDD84. Grayscale: #353535. Windows color (decimal): -12377477 or 8069699. OLE color: 8069699.

HSL color Cylindrical-coordinate representation of color #43227B: hue angle of 262.25º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43227B is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 67 34 123 -
CMYK 0.46 0.72 0 0.52
HSL 262.25º 0.57% 0.31% -
HSV(B) 262.25º 0.72% 0.48% -
XYZ 6.46 3.77 19.13 -
YUV 54.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 67 34 123 0.46 0.72 0 0.52 262.25 0.57 0.31
Hex 43 22 7B 2E 48 0 34 106 39 1F
Octal 103 42 173 56 110 0 64 406 71 37
Binary 1000011 100010 1111011 101110 1001000 0 110100 100000110 111001 11111

Color Harmonies of #43227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43227B

Black with #43227B

Text Example


Text Example

White with #43227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43227B; }

 p { color: rgb(67,34,123); }

 H1.HeaderClassName
 {
   color: #43227B;
 }
 .AnyTagClassName
 {
   color: #43227B;
 }
</style>

background-color css

<style>
 a { background-color: #43227B; }

 a { background-color: rgb(67,34,123); }

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

border-color css

<style>
 span { border-color: #43227B; }

 span { border-color: rgb(67,34,123); }

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