Html Css Color HEX #422665 Christalle

📋 copy color: '#422665'

red 66 ◦ green 38 ◦ blue 101

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

Shades of Christalle #422665

Tints of Christalle #422665

RGB

 RED value IS 66 (26.17% from 255) = 32.2%

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 32.2%
G = 18.54%
B = 49.27%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#422665 (or 0x422665) is known color: Christalle. HEX triplet: 42, 26 and 65. RGB value is (66,38,101). Sum of RGB (Red+Green+Blue) = 66+38+101=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #422665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422665 is #BDD99A. Grayscale: #353535. Windows color (decimal): -12442011 or 6628930. OLE color: 6628930.

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

Color convert

RGB 66 38 101 -
CMYK 0.35 0.62 0 0.60
HSL 266.67º 0.45% 0.27% -
HSV(B) 266.67º 0.62% 0.4% -
XYZ 5.29 3.48 12.71 -
YUV 53.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 66 38 101 0.35 0.62 0 0.60 266.67 0.45 0.27
Hex 42 26 65 23 3E 0 3C 10B 2D 1B
Octal 102 46 145 43 76 0 74 413 55 33
Binary 1000010 100110 1100101 100011 111110 0 111100 100001011 101101 11011

Color Harmonies of #422665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422665

Black with #422665

Text Example


Text Example

White with #422665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422665; }

 p { color: rgb(66,38,101); }

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

background-color css

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

 a { background-color: rgb(66,38,101); }

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

border-color css

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

 span { border-color: rgb(66,38,101); }

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