#421967

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

Shades of Christalle #421967

Tints of Christalle #421967

Color information

#421967 (or 0x421967) is unknown color: approx Christalle. HEX triplet: 42, 19 and 67. RGB value is (66,25,103). Sum of RGB (Red+Green+Blue) = 66+25+103=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #421967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421967 is #BDE698. Grayscale: #2D2D2D. Windows color (decimal): -12445337 or 6756674. OLE color: 6756674.

HSL color Cylindrical-coordinate representation of color #421967: hue angle of 271.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421967 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6625103-
CMYK0.360.7600.60
HSL271.54º60.94%25.1%-
HSV(B)271.54º75.73%40.39%-
XYZ5.042.8313.11-
YUV46.15160.08142.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=34.02%
G=12.89%
B=53.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66251030.360.7600.60271.5460.9425.1
Hex421967244C03C1103d19
Octal10231147441140744207531
Binary10000101100111001111001001001100011110010001000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421967; }

 p { color: rgb(66,25,103); }

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

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

 a { background-color: rgb(66,25,103); }

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

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

 span { border-color: rgb(66,25,103); }

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