#421B6C

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

Shades of Christalle #421B6C

Tints of Christalle #421B6C

Color information

#421B6C (or 0x421B6C) is unknown color: approx Christalle. HEX triplet: 42, 1B and 6C. RGB value is (66,27,108). Sum of RGB (Red+Green+Blue) = 66+27+108=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #421B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B6C is #BDE493. Grayscale: #2F2F2F. Windows color (decimal): -12444820 or 7084866. OLE color: 7084866.

HSL color Cylindrical-coordinate representation of color #421B6C: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421B6C is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6627108-
CMYK0.390.7500.58
HSL268.89º60%26.47%-
HSV(B)268.89º75%42.35%-
XYZ5.353.0214.49-
YUV47.9161.92140.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=32.84%
G=13.43%
B=53.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66271080.390.7500.58268.896026.47
Hex421B6C274B03A10d3c1a
Octal10233154471130724157432
Binary10000101101111011001001111001011011101010000110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,27,108); }

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

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

 a { background-color: rgb(66,27,108); }

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

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

 span { border-color: rgb(66,27,108); }

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