#422B66

Color #422B66 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #422B66

Tints of Christalle #422B66

Color information

#422B66 (or 0x422B66) is unknown color: approx Christalle. HEX triplet: 42, 2B and 66. RGB value is (66,43,102). Sum of RGB (Red+Green+Blue) = 66+43+102=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #422B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B66 is #BDD499. Grayscale: #383838. Windows color (decimal): -12440730 or 6695746. OLE color: 6695746.

HSL color Cylindrical-coordinate representation of color #422B66: hue angle of 263.39º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422B66 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6643102-
CMYK0.350.5800.6
HSL263.39º40.69%28.43%-
HSV(B)263.39º57.84%40%-
XYZ5.513.8513.02-
YUV56.6153.62134.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=31.28%
G=20.38%
B=48.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66431020.350.5800.6263.3940.6928.43
Hex422B66233A03C107291c
Octal1025314643720744075134
Binary10000101010111100110100011111010011110010000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422B66; }

 p { color: rgb(66,43,102); }

 H1.HeaderClassName
 {
   color: #422B66;
 }
 .AnyTagClassName
 {
   color: #422B66;
 }
</style>
background-color css

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

 a { background-color: rgb(66,43,102); }

 div.DivClassName
 {
   background-color: #422B66;
 }
 .BgClassName
 {
   background-color: #422B66;
 }
</style>
border-color css

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

 span { border-color: rgb(66,43,102); }

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