#360461

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

Shades of Christalle #360461

Tints of Christalle #360461

Color information

#360461 (or 0x360461) is unknown color: approx Christalle. HEX triplet: 36, 04 and 61. RGB value is (54,4,97). Sum of RGB (Red+Green+Blue) = 54+4+97=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #360461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360461 is #C9FB9E. Grayscale: #1D1D1D. Windows color (decimal): -13237151 or 6358070. OLE color: 6358070.

HSL color Cylindrical-coordinate representation of color #360461: hue angle of 272.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360461 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54497-
CMYK0.440.9600.62
HSL272.26º92.08%19.8%-
HSV(B)272.26º95.88%38.04%-
XYZ3.721.7311.45-
YUV29.55166.06145.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=34.84%
G=2.58%
B=62.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal544970.440.9600.62272.2692.0819.8
Hex364612C6003E1105c14
Octal6641415414007642013424
Binary110110100110000110110011000000111110100010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360461; }

 p { color: rgb(54,4,97); }

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

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

 a { background-color: rgb(54,4,97); }

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

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

 span { border-color: rgb(54,4,97); }

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