#421B61

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

Shades of Christalle #421B61

Tints of Christalle #421B61

Color information

#421B61 (or 0x421B61) is unknown color: approx Christalle. HEX triplet: 42, 1B and 61. RGB value is (66,27,97). Sum of RGB (Red+Green+Blue) = 66+27+97=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #421B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B61 is #BDE49E. Grayscale: #2E2E2E. Windows color (decimal): -12444831 or 6363970. OLE color: 6363970.

HSL color Cylindrical-coordinate representation of color #421B61: hue angle of 273.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421B61 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB662797-
CMYK0.320.7200.62
HSL273.43º56.45%24.31%-
HSV(B)273.43º72.16%38.04%-
XYZ4.82.8111.6-
YUV46.64156.42141.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=34.74%
G=14.21%
B=51.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6627970.320.7200.62273.4356.4524.31
Hex421B61204803E1113818
Octal10233141401100764217030
Binary10000101101111000011000001001000011111010001000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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