#380E5B

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

Shades of Christalle #380E5B

Tints of Christalle #380E5B

Color information

#380E5B (or 0x380E5B) is unknown color: approx Christalle. HEX triplet: 38, 0E and 5B. RGB value is (56,14,91). Sum of RGB (Red+Green+Blue) = 56+14+91=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #380E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E5B is #C7F1A4. Grayscale: #232323. Windows color (decimal): -13103525 or 5967416. OLE color: 5967416.

HSL color Cylindrical-coordinate representation of color #380E5B: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380E5B is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB561491-
CMYK0.380.8500.64
HSL272.73º73.33%20.59%-
HSV(B)272.73º84.62%35.69%-
XYZ3.681.9110.07-
YUV35.34159.41142.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=34.78%
G=8.70%
B=56.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5614910.380.8500.64272.7373.3320.59
Hex38E5B26550401114915
Octal701613346125010042111125
Binary11100011101011011100110101010101000000100010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E5B; }

 p { color: rgb(56,14,91); }

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

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

 a { background-color: rgb(56,14,91); }

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

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

 span { border-color: rgb(56,14,91); }

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