#382155

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

Shades of Christalle #382155

Tints of Christalle #382155

Color information

#382155 (or 0x382155) is unknown color: approx Christalle. HEX triplet: 38, 21 and 55. RGB value is (56,33,85). Sum of RGB (Red+Green+Blue) = 56+33+85=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #382155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382155 is #C7DEAA. Grayscale: #2D2D2D. Windows color (decimal): -13098667 or 5579064. OLE color: 5579064.

HSL color Cylindrical-coordinate representation of color #382155: hue angle of 266.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382155 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB563385-
CMYK0.340.6100.67
HSL266.54º44.07%23.14%-
HSV(B)266.54º61.18%33.33%-
XYZ3.812.588.89-
YUV45.8150.12135.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=32.18%
G=18.97%
B=48.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5633850.340.6100.67266.5444.0723.14
Hex382155223D04310b2c17
Octal7041125427501034135427
Binary11100010000110101011000101111010100001110000101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382155; }

 p { color: rgb(56,33,85); }

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

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

 a { background-color: rgb(56,33,85); }

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

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

 span { border-color: rgb(56,33,85); }

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