#34015E

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

Shades of Christalle #34015E

Tints of Christalle #34015E

Color information

#34015E (or 0x34015E) is unknown color: approx Christalle. HEX triplet: 34, 01 and 5E. RGB value is (52,1,94). Sum of RGB (Red+Green+Blue) = 52+1+94=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #34015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34015E is #CBFEA1. Grayscale: #1A1A1A. Windows color (decimal): -13368994 or 6160692. OLE color: 6160692.

HSL color Cylindrical-coordinate representation of color #34015E: hue angle of 272.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34015E is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52194-
CMYK0.450.9900.63
HSL272.9º97.89%18.63%-
HSV(B)272.9º98.94%36.86%-
XYZ3.451.5610.71-
YUV26.85165.9145.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=35.37%
G=0.68%
B=63.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal521940.450.9900.63272.997.8918.63
Hex3415E2D6303F1116213
Octal6411365514307742114223
Binary1101001101111010110111000110111111100010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,1,94); }

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

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

 a { background-color: rgb(52,1,94); }

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

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

 span { border-color: rgb(52,1,94); }

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