#421265

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

Shades of Christalle #421265

Tints of Christalle #421265

Color information

#421265 (or 0x421265) is unknown color: approx Christalle. HEX triplet: 42, 12 and 65. RGB value is (66,18,101). Sum of RGB (Red+Green+Blue) = 66+18+101=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #421265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421265 is #BDED9A. Grayscale: #292929. Windows color (decimal): -12447131 or 6623810. OLE color: 6623810.

HSL color Cylindrical-coordinate representation of color #421265: hue angle of 274.7º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421265 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6618101-
CMYK0.350.8200.60
HSL274.7º69.75%23.33%-
HSV(B)274.7º82.18%39.61%-
XYZ4.812.5312.55-
YUV41.81161.4145.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=35.68%
G=9.73%
B=54.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66181010.350.8200.60274.769.7523.33
Hex421265235203C1134617
Octal102221454312207442310627
Binary100001010010110010110001110100100111100100010011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421265; }

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

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

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

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

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

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

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

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