#380659

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

Shades of Christalle #380659

Tints of Christalle #380659

Color information

#380659 (or 0x380659) is unknown color: approx Christalle. HEX triplet: 38, 06 and 59. RGB value is (56,6,89). Sum of RGB (Red+Green+Blue) = 56+6+89=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #380659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380659 is #C7F9A6. Grayscale: #1E1E1E. Windows color (decimal): -13105575 or 5834296. OLE color: 5834296.

HSL color Cylindrical-coordinate representation of color #380659: hue angle of 276.14º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380659 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56689-
CMYK0.370.9300.65
HSL276.14º87.37%18.63%-
HSV(B)276.14º93.26%34.9%-
XYZ3.51.699.59-
YUV30.41161.06146.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=37.09%
G=3.97%
B=58.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal566890.370.9300.65276.1487.3718.63
Hex38659255D0411145713
Octal70613145135010142412723
Binary1110001101011001100101101110101000001100010100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380659; }

 p { color: rgb(56,6,89); }

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

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

 a { background-color: rgb(56,6,89); }

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

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

 span { border-color: rgb(56,6,89); }

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