Html Css Color HEX #443181 Windsor

📋 copy color: '#443181'

red 68 ◦ green 49 ◦ blue 129

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

Shades of Windsor #443181

Tints of Windsor #443181

RGB

 RED value IS 68 (26.95% from 255) = 27.64%

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

 BLUE value IS 129 (50.78% from 255) = 52.44%

R = 27.64%
G = 19.92%
B = 52.44%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#443181 (or 0x443181) is known color: Windsor. HEX triplet: 44, 31 and 81. RGB value is (68,49,129). Sum of RGB (Red+Green+Blue) = 68+49+129=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #443181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443181 is #BBCE7E. Grayscale: #3F3F3F. Windows color (decimal): -12308095 or 8466756. OLE color: 8466756.

HSL color Cylindrical-coordinate representation of color #443181: hue angle of 254.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443181 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 49 129 -
CMYK 0.47 0.62 0 0.49
HSL 254.25º 0.45% 0.35% -
HSV(B) 254.25º 0.62% 0.51% -
XYZ 7.44 5.01 21.34 -
YUV 63.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 68 49 129 0.47 0.62 0 0.49 254.25 0.45 0.35
Hex 44 31 81 2F 3E 0 31 FE 2D 23
Octal 104 61 201 57 76 0 61 376 55 43
Binary 1000100 110001 10000001 101111 111110 0 110001 11111110 101101 100011

Color Harmonies of #443181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443181

Black with #443181

Text Example


Text Example

White with #443181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443181; }

 p { color: rgb(68,49,129); }

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

background-color css

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

 a { background-color: rgb(68,49,129); }

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

border-color css

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

 span { border-color: rgb(68,49,129); }

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