#382271

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

Shades of Christalle #382271

Tints of Christalle #382271

Color information

#382271 (or 0x382271) is unknown color: approx Christalle. HEX triplet: 38, 22 and 71. RGB value is (56,34,113). Sum of RGB (Red+Green+Blue) = 56+34+113=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #382271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382271 is #C7DD8E. Grayscale: #313131. Windows color (decimal): -13098383 or 7414328. OLE color: 7414328.

HSL color Cylindrical-coordinate representation of color #382271: hue angle of 256.71º 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 #382271 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5634113-
CMYK0.500.7000.56
HSL256.71º53.74%28.82%-
HSV(B)256.71º69.91%44.31%-
XYZ5.183.1815.96-
YUV49.58163.79132.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=27.59%
G=16.75%
B=55.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56341130.500.7000.56256.7153.7428.82
Hex3822713246038101361d
Octal7042161621060704016635
Binary11100010001011100011100101000110011100010000000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382271; }

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

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

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

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

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

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

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

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