#421A68

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

Shades of Christalle #421A68

Tints of Christalle #421A68

Color information

#421A68 (or 0x421A68) is unknown color: approx Christalle. HEX triplet: 42, 1A and 68. RGB value is (66,26,104). Sum of RGB (Red+Green+Blue) = 66+26+104=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #421A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A68 is #BDE597. Grayscale: #2E2E2E. Windows color (decimal): -12445080 or 6822466. OLE color: 6822466.

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

Color convert

RGB6626104-
CMYK0.370.7500.59
HSL270.77º60%25.49%-
HSV(B)270.77º75%40.78%-
XYZ5.112.913.39-
YUV46.85160.25141.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=33.67%
G=13.27%
B=53.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66261040.370.7500.59270.776025.49
Hex421A68254B03B10f3c19
Octal10232150451130734177431
Binary10000101101011010001001011001011011101110000111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A68; }

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

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

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

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

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

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

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

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