#361F62

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

Shades of Christalle #361F62

Tints of Christalle #361F62

Color information

#361F62 (or 0x361F62) is unknown color: approx Christalle. HEX triplet: 36, 1F and 62. RGB value is (54,31,98). Sum of RGB (Red+Green+Blue) = 54+31+98=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #361F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F62 is #C9E09D. Grayscale: #2D2D2D. Windows color (decimal): -13230238 or 6430518. OLE color: 6430518.

HSL color Cylindrical-coordinate representation of color #361F62: hue angle of 260.6º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #361F62 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543198-
CMYK0.450.6800.62
HSL260.6º51.94%25.29%-
HSV(B)260.6º68.37%38.43%-
XYZ4.222.6511.84-
YUV45.52157.62134.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=29.51%
G=16.94%
B=53.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5431980.450.6800.62260.651.9425.29
Hex361F622D4403E1053419
Octal6637142551040764056431
Binary1101101111111000101011011000100011111010000010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F62; }

 p { color: rgb(54,31,98); }

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

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

 a { background-color: rgb(54,31,98); }

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

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

 span { border-color: rgb(54,31,98); }

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