Html Css Color HEX #441963 Christalle

📋 copy color: '#441963'

red 68 ◦ green 25 ◦ blue 99

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

Shades of Christalle #441963

Tints of Christalle #441963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 35.42%
G = 13.02%
B = 51.56%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#441963 (or 0x441963) is known color: Christalle. HEX triplet: 44, 19 and 63. RGB value is (68,25,99). Sum of RGB (Red+Green+Blue) = 68+25+99=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #441963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441963 is #BBE69C. Grayscale: #2E2E2E. Windows color (decimal): -12314269 or 6494532. OLE color: 6494532.

HSL color Cylindrical-coordinate representation of color #441963: hue angle of 274.86º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441963 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 25 99 -
CMYK 0.31 0.75 0 0.61
HSL 274.86º 0.6% 0.24% -
HSV(B) 274.86º 0.75% 0.39% -
XYZ 4.98 2.83 12.09 -
YUV 46.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 68 25 99 0.31 0.75 0 0.61 274.86 0.6 0.24
Hex 44 19 63 1F 4B 0 3D 113 3C 18
Octal 104 31 143 37 113 0 75 423 74 30
Binary 1000100 11001 1100011 11111 1001011 0 111101 100010011 111100 11000

Color Harmonies of #441963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441963

Black with #441963

Text Example


Text Example

White with #441963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441963; }

 p { color: rgb(68,25,99); }

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

background-color css

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

 a { background-color: rgb(68,25,99); }

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

border-color css

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

 span { border-color: rgb(68,25,99); }

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