#361069

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

Shades of Christalle #361069

Tints of Christalle #361069

Color information

#361069 (or 0x361069) is unknown color: approx Christalle. HEX triplet: 36, 10 and 69. RGB value is (54,16,105). Sum of RGB (Red+Green+Blue) = 54+16+105=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #361069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361069 is #C9EF96. Grayscale: #252525. Windows color (decimal): -13234071 or 6885430. OLE color: 6885430.

HSL color Cylindrical-coordinate representation of color #361069: hue angle of 265.62º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361069 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5416105-
CMYK0.490.8500.59
HSL265.62º73.55%23.73%-
HSV(B)265.62º84.76%41.18%-
XYZ4.262.1713.56-
YUV37.51166.09139.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 105 (41.41% from 255) = 60%
R=30.86%
G=9.14%
B=60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54161050.490.8500.59265.6273.5523.73
Hex361069315503B10a4a18
Octal66201516112507341211230
Binary11011010000110100111000110101010111011100001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361069; }

 p { color: rgb(54,16,105); }

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

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

 a { background-color: rgb(54,16,105); }

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

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

 span { border-color: rgb(54,16,105); }

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