#422260

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

Shades of Christalle #422260

Tints of Christalle #422260

Color information

#422260 (or 0x422260) is unknown color: approx Christalle. HEX triplet: 42, 22 and 60. RGB value is (66,34,96). Sum of RGB (Red+Green+Blue) = 66+34+96=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #422260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422260 is #BDDD9F. Grayscale: #323232. Windows color (decimal): -12443040 or 6300226. OLE color: 6300226.

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

Color convert

RGB663496-
CMYK0.310.6500.62
HSL270.97º47.69%25.49%-
HSV(B)270.97º64.58%37.65%-
XYZ4.933.1511.41-
YUV50.64153.6138.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=33.67%
G=17.35%
B=48.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6634960.310.6500.62270.9747.6925.49
Hex4222601F4103E10f3019
Octal10242140371010764176031
Binary10000101000101100000111111000001011111010000111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422260; }

 p { color: rgb(66,34,96); }

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

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

 a { background-color: rgb(66,34,96); }

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

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

 span { border-color: rgb(66,34,96); }

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