#380D65

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

Shades of Christalle #380D65

Tints of Christalle #380D65

Color information

#380D65 (or 0x380D65) is unknown color: approx Christalle. HEX triplet: 38, 0D and 65. RGB value is (56,13,101). Sum of RGB (Red+Green+Blue) = 56+13+101=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #380D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D65 is #C7F29A. Grayscale: #232323. Windows color (decimal): -13103771 or 6622520. OLE color: 6622520.

HSL color Cylindrical-coordinate representation of color #380D65: hue angle of 269.32º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #380D65 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5613101-
CMYK0.450.8700.60
HSL269.32º77.19%22.35%-
HSV(B)269.32º87.13%39.61%-
XYZ4.122.0712.49-
YUV35.89164.75142.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 101 (39.84% from 255) = 59.41%
R=32.94%
G=7.65%
B=59.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56131010.450.8700.60269.3277.1922.35
Hex38D652D5703C10d4d16
Octal70151455512707441511526
Binary1110001101110010110110110101110111100100001101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,13,101); }

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

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

 a { background-color: rgb(56,13,101); }

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

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

 span { border-color: rgb(56,13,101); }

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