#421260

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

Shades of Christalle #421260

Tints of Christalle #421260

Color information

#421260 (or 0x421260) is unknown color: approx Christalle. HEX triplet: 42, 12 and 60. RGB value is (66,18,96). Sum of RGB (Red+Green+Blue) = 66+18+96=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #421260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421260 is #BDED9F. Grayscale: #282828. Windows color (decimal): -12447136 or 6296130. OLE color: 6296130.

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

Color convert

RGB661896-
CMYK0.310.8100.62
HSL276.92º68.42%22.35%-
HSV(B)276.92º81.25%37.65%-
XYZ4.572.4411.3-
YUV41.24158.9145.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=36.67%
G=10%
B=53.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6618960.310.8100.62276.9268.4222.35
Hex4212601F5103E1154416
Octal102221403712107642510426
Binary10000101001011000001111110100010111110100010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421260; }

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

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

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

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

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

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

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

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