Html Css Color HEX #440C63 Christalle

📋 copy color: '#440C63'

red 68 ◦ green 12 ◦ blue 99

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

Shades of Christalle #440C63

Tints of Christalle #440C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

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

R = 37.99%
G = 6.7%
B = 55.31%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#440C63 (or 0x440C63) is known color: Christalle. HEX triplet: 44, 0C and 63. RGB value is (68,12,99). Sum of RGB (Red+Green+Blue) = 68+12+99=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #440C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C63 is #BBF39C. Grayscale: #262626. Windows color (decimal): -12317597 or 6491204. OLE color: 6491204.

HSL color Cylindrical-coordinate representation of color #440C63: hue angle of 278.62º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440C63 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 12 99 -
CMYK 0.31 0.88 0 0.61
HSL 278.62º 0.78% 0.22% -
HSV(B) 278.62º 0.88% 0.39% -
XYZ 4.77 2.39 12.01 -
YUV 38.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 68 12 99 0.31 0.88 0 0.61 278.62 0.78 0.22
Hex 44 C 63 1F 58 0 3D 117 4E 16
Octal 104 14 143 37 130 0 75 427 116 26
Binary 1000100 1100 1100011 11111 1011000 0 111101 100010111 1001110 10110

Color Harmonies of #440C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C63

Black with #440C63

Text Example


Text Example

White with #440C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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