#380E61

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

Shades of Christalle #380E61

Tints of Christalle #380E61

Color information

#380E61 (or 0x380E61) is unknown color: approx Christalle. HEX triplet: 38, 0E and 61. RGB value is (56,14,97). Sum of RGB (Red+Green+Blue) = 56+14+97=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #380E61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E61 is #C7F19E. Grayscale: #232323. Windows color (decimal): -13103519 or 6360632. OLE color: 6360632.

HSL color Cylindrical-coordinate representation of color #380E61: hue angle of 270.36º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380E61 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB561497-
CMYK0.420.8600.62
HSL270.36º74.77%21.76%-
HSV(B)270.36º85.57%38.04%-
XYZ3.952.0211.49-
YUV36.02162.41142.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=33.53%
G=8.38%
B=58.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5614970.420.8600.62270.3674.7721.76
Hex38E612A5603E10e4b16
Octal70161415212607641611326
Binary1110001110110000110101010101100111110100001110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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