#422761

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

Shades of Christalle #422761

Tints of Christalle #422761

Color information

#422761 (or 0x422761) is unknown color: approx Christalle. HEX triplet: 42, 27 and 61. RGB value is (66,39,97). Sum of RGB (Red+Green+Blue) = 66+39+97=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #422761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422761 is #BDD89E. Grayscale: #353535. Windows color (decimal): -12441759 or 6367042. OLE color: 6367042.

HSL color Cylindrical-coordinate representation of color #422761: hue angle of 267.93º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422761 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB663997-
CMYK0.320.6000.62
HSL267.93º42.65%26.67%-
HSV(B)267.93º59.79%38.04%-
XYZ5.133.4711.71-
YUV53.68152.45136.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=32.67%
G=19.31%
B=48.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6639970.320.6000.62267.9342.6526.67
Hex422761203C03E10c2b1b
Octal1024714140740764145333
Binary10000101001111100001100000111100011111010000110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422761; }

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

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

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

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

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

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

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

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