#421568

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

Shades of Christalle #421568

Tints of Christalle #421568

Color information

#421568 (or 0x421568) is unknown color: approx Christalle. HEX triplet: 42, 15 and 68. RGB value is (66,21,104). Sum of RGB (Red+Green+Blue) = 66+21+104=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #421568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421568 is #BDEA97. Grayscale: #2B2B2B. Windows color (decimal): -12446360 or 6821186. OLE color: 6821186.

HSL color Cylindrical-coordinate representation of color #421568: hue angle of 272.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421568 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6621104-
CMYK0.370.8000.59
HSL272.53º66.4%24.51%-
HSV(B)272.53º79.81%40.78%-
XYZ5.012.6913.35-
YUV43.92161.91143.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=34.55%
G=10.99%
B=54.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66211040.370.8000.59272.5366.424.51
Hex421568255003B1114219
Octal102251504512007342110231
Binary100001010101110100010010110100000111011100010001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421568; }

 p { color: rgb(66,21,104); }

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

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

 a { background-color: rgb(66,21,104); }

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

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

 span { border-color: rgb(66,21,104); }

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