Html Css Color HEX #443165 Meteorite

📋 copy color: '#443165'

red 68 ◦ green 49 ◦ blue 101

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

Shades of Meteorite #443165

Tints of Meteorite #443165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 31.19%
G = 22.48%
B = 46.33%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#443165 (or 0x443165) is known color: Meteorite. HEX triplet: 44, 31 and 65. RGB value is (68,49,101). Sum of RGB (Red+Green+Blue) = 68+49+101=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #443165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443165 is #BBCE9A. Grayscale: #3C3C3C. Windows color (decimal): -12308123 or 6631748. OLE color: 6631748.

HSL color Cylindrical-coordinate representation of color #443165: hue angle of 261.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #443165 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 49 101 -
CMYK 0.33 0.51 0 0.60
HSL 261.92º 0.35% 0.29% -
HSV(B) 261.92º 0.51% 0.4% -
XYZ 5.83 4.37 12.85 -
YUV 60.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 68 49 101 0.33 0.51 0 0.60 261.92 0.35 0.29
Hex 44 31 65 21 33 0 3C 106 23 1D
Octal 104 61 145 41 63 0 74 406 43 35
Binary 1000100 110001 1100101 100001 110011 0 111100 100000110 100011 11101

Color Harmonies of #443165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443165

Black with #443165

Text Example


Text Example

White with #443165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443165; }

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

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

background-color css

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

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

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

border-color css

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

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

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