Html Css Color HEX #440C62 Christalle

📋 copy color: '#440C62'

red 68 ◦ green 12 ◦ blue 98

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

Shades of Christalle #440C62

Tints of Christalle #440C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.06%

R = 38.2%
G = 6.74%
B = 55.06%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440C62 (or 0x440C62) is known color: Christalle. HEX triplet: 44, 0C and 62. RGB value is (68,12,98). Sum of RGB (Red+Green+Blue) = 68+12+98=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #440C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C62 is #BBF39D. Grayscale: #262626. Windows color (decimal): -12317598 or 6425668. OLE color: 6425668.

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

Color convert

RGB 68 12 98 -
CMYK 0.31 0.88 0 0.62
HSL 279.07º 0.78% 0.22% -
HSV(B) 279.07º 0.88% 0.38% -
XYZ 4.72 2.37 11.76 -
YUV 38.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 68 12 98 0.31 0.88 0 0.62 279.07 0.78 0.22
Hex 44 C 62 1F 58 0 3E 117 4E 16
Octal 104 14 142 37 130 0 76 427 116 26
Binary 1000100 1100 1100010 11111 1011000 0 111110 100010111 1001110 10110

Color Harmonies of #440C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C62

Black with #440C62

Text Example


Text Example

White with #440C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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