#361861

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

Shades of Christalle #361861

Tints of Christalle #361861

Color information

#361861 (or 0x361861) is unknown color: approx Christalle. HEX triplet: 36, 18 and 61. RGB value is (54,24,97). Sum of RGB (Red+Green+Blue) = 54+24+97=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #361861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361861 is #C9E79E. Grayscale: #292929. Windows color (decimal): -13232031 or 6363190. OLE color: 6363190.

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

Color convert

RGB542497-
CMYK0.440.7500.62
HSL264.66º60.33%23.73%-
HSV(B)264.66º75.26%38.04%-
XYZ4.012.311.54-
YUV41.29159.44137.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=30.86%
G=13.71%
B=55.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5424970.440.7500.62264.6660.3323.73
Hex3618612C4B03E1093c18
Octal6630141541130764117430
Binary1101101100011000011011001001011011111010000100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361861; }

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

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

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

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

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

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

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

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