#42126E

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

Shades of Christalle #42126E

Tints of Christalle #42126E

Color information

#42126E (or 0x42126E) is unknown color: approx Christalle. HEX triplet: 42, 12 and 6E. RGB value is (66,18,110). Sum of RGB (Red+Green+Blue) = 66+18+110=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #42126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42126E is #BDED91. Grayscale: #2A2A2A. Windows color (decimal): -12447122 or 7213634. OLE color: 7213634.

HSL color Cylindrical-coordinate representation of color #42126E: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42126E is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6618110-
CMYK0.40.8400.57
HSL271.3º71.88%25.1%-
HSV(B)271.3º83.64%43.14%-
XYZ5.282.7215-
YUV42.84165.9144.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=34.02%
G=9.28%
B=56.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66181100.40.8400.57271.371.8825.1
Hex42126E285403910f4819
Octal102221565012407141711031
Binary100001010010110111010100010101000111001100001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42126E; }

 p { color: rgb(66,18,110); }

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

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

 a { background-color: rgb(66,18,110); }

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

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

 span { border-color: rgb(66,18,110); }

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