#421068

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

Shades of Christalle #421068

Tints of Christalle #421068

Color information

#421068 (or 0x421068) is unknown color: approx Christalle. HEX triplet: 42, 10 and 68. RGB value is (66,16,104). Sum of RGB (Red+Green+Blue) = 66+16+104=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #421068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421068 is #BDEF97. Grayscale: #282828. Windows color (decimal): -12447640 or 6819906. OLE color: 6819906.

HSL color Cylindrical-coordinate representation of color #421068: hue angle of 274.09º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421068 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6616104-
CMYK0.370.8500.59
HSL274.09º73.33%23.53%-
HSV(B)274.09º84.62%40.78%-
XYZ4.932.5313.32-
YUV40.98163.56145.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=35.48%
G=8.60%
B=55.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66161040.370.8500.59274.0973.3323.53
Hex421068255503B1124918
Octal102201504512507342211130
Binary100001010000110100010010110101010111011100010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421068; }

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

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

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

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

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

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

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

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