#422161

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

Shades of Christalle #422161

Tints of Christalle #422161

Color information

#422161 (or 0x422161) is unknown color: approx Christalle. HEX triplet: 42, 21 and 61. RGB value is (66,33,97). Sum of RGB (Red+Green+Blue) = 66+33+97=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #422161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422161 is #BDDE9E. Grayscale: #313131. Windows color (decimal): -12443295 or 6365506. OLE color: 6365506.

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

Color convert

RGB663397-
CMYK0.320.6600.62
HSL270.94º49.23%25.49%-
HSV(B)270.94º65.98%38.04%-
XYZ4.953.1111.65-
YUV50.16154.43139.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=33.67%
G=16.84%
B=49.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6633970.320.6600.62270.9449.2325.49
Hex422161204203E10f3119
Octal10241141401020764176131
Binary100001010000111000011000001000010011111010000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422161; }

 p { color: rgb(66,33,97); }

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

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

 a { background-color: rgb(66,33,97); }

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

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

 span { border-color: rgb(66,33,97); }

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