#341467

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

Shades of Christalle #341467

Tints of Christalle #341467

Color information

#341467 (or 0x341467) is unknown color: approx Christalle. HEX triplet: 34, 14 and 67. RGB value is (52,20,103). Sum of RGB (Red+Green+Blue) = 52+20+103=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #341467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341467 is #CBEB98. Grayscale: #262626. Windows color (decimal): -13364121 or 6755380. OLE color: 6755380.

HSL color Cylindrical-coordinate representation of color #341467: hue angle of 263.13º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341467 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5220103-
CMYK0.500.8100.60
HSL263.13º67.48%24.12%-
HSV(B)263.13º80.58%40.39%-
XYZ4.112.2113.04-
YUV39.03164.1137.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 103 (40.62% from 255) = 58.86%
R=29.71%
G=11.43%
B=58.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52201030.500.8100.60263.1367.4824.12
Hex341467325103C1074318
Octal64241476212107440710330
Binary11010010100110011111001010100010111100100000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341467; }

 p { color: rgb(52,20,103); }

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

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

 a { background-color: rgb(52,20,103); }

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

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

 span { border-color: rgb(52,20,103); }

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