#362271

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

Shades of Christalle #362271

Tints of Christalle #362271

Color information

#362271 (or 0x362271) is unknown color: approx Christalle. HEX triplet: 36, 22 and 71. RGB value is (54,34,113). Sum of RGB (Red+Green+Blue) = 54+34+113=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #362271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362271 is #C9DD8E. Grayscale: #303030. Windows color (decimal): -13229455 or 7414326. OLE color: 7414326.

HSL color Cylindrical-coordinate representation of color #362271: hue angle of 255.19º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362271 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5434113-
CMYK0.520.7000.56
HSL255.19º53.74%28.82%-
HSV(B)255.19º69.91%44.31%-
XYZ5.073.1215.96-
YUV48.99164.13131.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=26.87%
G=16.92%
B=56.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54341130.520.7000.56255.1953.7428.82
Hex3622713446038ff361d
Octal6642161641060703776635
Binary1101101000101110001110100100011001110001111111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362271; }

 p { color: rgb(54,34,113); }

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

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

 a { background-color: rgb(54,34,113); }

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

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

 span { border-color: rgb(54,34,113); }

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