Html Css Color HEX #442062 Christalle

📋 copy color: '#442062'

red 68 ◦ green 32 ◦ blue 98

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

Shades of Christalle #442062

Tints of Christalle #442062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 34.34%
G = 16.16%
B = 49.49%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#442062 (or 0x442062) is known color: Christalle. HEX triplet: 44, 20 and 62. RGB value is (68,32,98). Sum of RGB (Red+Green+Blue) = 68+32+98=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #442062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442062 is #BBDF9D. Grayscale: #323232. Windows color (decimal): -12312478 or 6430788. OLE color: 6430788.

HSL color Cylindrical-coordinate representation of color #442062: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442062 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 32 98 -
CMYK 0.31 0.67 0 0.62
HSL 272.73º 0.51% 0.25% -
HSV(B) 272.73º 0.67% 0.38% -
XYZ 5.11 3.14 11.89 -
YUV 50.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 68 32 98 0.31 0.67 0 0.62 272.73 0.51 0.25
Hex 44 20 62 1F 43 0 3E 111 33 19
Octal 104 40 142 37 103 0 76 421 63 31
Binary 1000100 100000 1100010 11111 1000011 0 111110 100010001 110011 11001

Color Harmonies of #442062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442062

Black with #442062

Text Example


Text Example

White with #442062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442062; }

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

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

background-color css

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

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

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

border-color css

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

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

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