Html Css Color HEX #443082 Windsor

📋 copy color: '#443082'

red 68 ◦ green 48 ◦ blue 130

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

Shades of Windsor #443082

Tints of Windsor #443082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 27.64%
G = 19.51%
B = 52.85%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#443082 (or 0x443082) is known color: Windsor. HEX triplet: 44, 30 and 82. RGB value is (68,48,130). Sum of RGB (Red+Green+Blue) = 68+48+130=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #443082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443082 is #BBCF7D. Grayscale: #3F3F3F. Windows color (decimal): -12308350 or 8532036. OLE color: 8532036.

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

Color convert

RGB 68 48 130 -
CMYK 0.48 0.63 0 0.49
HSL 254.63º 0.46% 0.35% -
HSV(B) 254.63º 0.63% 0.51% -
XYZ 7.47 4.95 21.68 -
YUV 63.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 68 48 130 0.48 0.63 0 0.49 254.63 0.46 0.35
Hex 44 30 82 30 3F 0 31 FF 2E 23
Octal 104 60 202 60 77 0 61 377 56 43
Binary 1000100 110000 10000010 110000 111111 0 110001 11111111 101110 100011

Color Harmonies of #443082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443082

Black with #443082

Text Example


Text Example

White with #443082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443082; }

 p { color: rgb(68,48,130); }

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

background-color css

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

 a { background-color: rgb(68,48,130); }

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

border-color css

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

 span { border-color: rgb(68,48,130); }

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