#421062

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

Shades of Christalle #421062

Tints of Christalle #421062

Color information

#421062 (or 0x421062) is unknown color: approx Christalle. HEX triplet: 42, 10 and 62. RGB value is (66,16,98). Sum of RGB (Red+Green+Blue) = 66+16+98=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #421062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421062 is #BDEF9D. Grayscale: #282828. Windows color (decimal): -12447646 or 6426690. OLE color: 6426690.

HSL color Cylindrical-coordinate representation of color #421062: hue angle of 276.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421062 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB661698-
CMYK0.330.8400.62
HSL276.59º71.93%22.35%-
HSV(B)276.59º83.67%38.43%-
XYZ4.642.4111.78-
YUV40.3160.56146.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=36.67%
G=8.89%
B=54.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6616980.330.8400.62276.5971.9322.35
Hex421062215403E1154816
Octal102201424112407642511026
Binary100001010000110001010000110101000111110100010101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421062; }

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

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

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

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

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

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

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

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